Google Analytics

Tuesday, October 25, 2016

Eclipse JDK version change

If we want to keep the JAVA_HOME environment variable to a different JDK version than Eclipse, we can change the JDK version of the Eclipse.

Add below entry to the beginning line of eclipse.ini file .

-vm
 C:/Program Files/Java/jdk1.7.0_79/bin/javaw.exe 

No comments:

Post a Comment