User Tools

Site Tools


info:code:eclipse:java_vm
Please note, that this is an old archived version of this site. Check out the new version at andunix.net!

Specify Java VM for Eclipse

To let Eclipse use the Java VM from /opt/jdk/bin/java add these two lines to the eclipse.ini in the Eclipse installation directory:

-vm
/opt/jdk/bin/java
It is important that the -vm and the path to the java executeable are specified in two separate lines!

Source: Eclipsepedia: eclipse.ini - Specifying the JVM

info/code/eclipse/java_vm.txt · Last modified: 2014-04-22 11:34 by andunix