When starting Selenium I get this error:
Starting Selenium Server failed. Check that you have Java 1.5 or newer installed by running
java -versionon the command prompt.
Running java -version I get this the output
java version "1.7.0_75"
Java(TM) SE Runtime Environment (build 1.7.0_75-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)
1.7 is newer than 1.5 but Selenium doesn't believe it. How can I make Selenium to start with 1.7? Or 1.6 or 1.8 (I have them too)?