for something to do

For the server to run you’ll need Java installed and the PATH environment variable correctly configured to run it from the console. You can check that you have Java correctly installed by running the following on a console:

 

java -version

 

If you get a version number (which needs to be 1.5 or later), you’re ready to start using Selenium RC.

你可能感兴趣的:(for)