You can specify the exact jvm you want to use through:
- a
-vm
argument - directly within the
eclipse.ini
Once started, you can reference as many JVM you need in the Installed JRE
preference panel
Finally, you need to reference the JVM you need in the Libraries
tab, in your Java Build Path
properties of your Java project (as mentioned by Steve in his answer):
VonC
2010-02-24 12:33:56