LibraryToggle FramesPrintFeedback

Fuse IDE works with the following versions of Eclipse:

[Important]Forcing Eclipse to use the JDK

By default Eclipse uses your system's PATH setting to determine which Java VM to use. If you have multiple Java VM's installed on your system, this can result in Eclipse choosing an unsupported VM.

We recommend explicitly configuring your Eclipse installation to use the VM from a Java 6 JDK. You configure the VM used by Eclipse by adding the following two lines to your eclipse.ini file:

-vm 
JDKInstallDir/bin/javaw.exe
Comments powered by Disqus