LibraryPrintFeedback
Fuse IDE

Release Notes

Version 2.0

July 2011

Updated: 15 Nov 2011


The following are new Fuse IDE features in 2.0:

The following enhancements were made to Fuse IDE in 2.0:

The following are issues are know to exist in Fuse IDE 2.0:

Fuse IDE does not work in Spring STS

Fuse IDE cannot be installed into Spring STS eclipse distribution. There is a version clash between the version of m2eclipse used by Spring and the version required by Fuse IDE.

Upgrades do not always succeed

On occasion updating Fuse IDE will fail. To recover you will need to uninstall Fuse IDE, as described in Removing Fuse IDE in Installation Guide , and then reinstall Fuse IDE, as described in Installing Fuse IDE in Installation Guide.

No JDK warning

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
J2SE-1.5 execution environment

New projects may generate with a Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment. warning. To resolve the warning, you need to remove the J2SE-1.5 JRE library from the build path and replace it with a Java 6 JRE library.