Raf's Lab
Tuesday Jun 01, 2010
Forcing Eclipse to use a different JVM
Eclipse, under windows, uses the Java Control panel located Java Virtual Machine by default. It does not obey nor look at the
JAVA_HOME
To force eclipse to use a different JVM set the following in the eclipse.ini
-vm
E:/dev/java/jdk-jre/jdk1.6.20-i586/jre/bin
E:/dev/java/jdk-jre/jdk1.6.20-i586/jre/bin
Alternatively, if you are using Windows, you can force Eclipse to load a different JVM from the properties box for the eclipse.exe executable
Posted at 05:58PM Jun 01, 2010 by Rafez in Programming | Comments[0]
Comments:
