I have copied eclipse Galileo from a common sharing folder at work,they normally run with Java 6,I want to work with java 7 to do selenium tests,I have added java 7 jres in java build path,but It still compiles with Java6 so it gives me error as below :
java.lang.UnsupportedClassVersionError
.When I change path from jdk6 to jdk7 in eclipse.ini eclipse doesn't launch,and I can't check the "use compliance from execution environment on the java build path" in java compiler settings,I can't install another version of eclipse because of company policy.