I have this problem on both Vista and XP 64 bit. I am trying to run ME using a 64 bit JDK on the assumption that I can probably increase the memory available to eclipse to a higher amount than I can get using the 32 bit JDK. (My hardware has 8 gig of ram – the problem is not available memory.)
ME runs fine under the 32 bit JDK (1.5.0_15). When I switch over to the 64 bit version (1.5.0_16) the launcher gives me an error:
JVM terminated. Exit code=13
r:\bin\jdk1.5.0_16\bin\javaw.exe
-Xms128m
-Xmx1280m
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M
-Djava.net.preferIPv4Stack=true
-Djava.net.preferIPv4Stack=true
-jar
R:\bin\myeclipse-6.0.1\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-os wind32
-ws win32
-arch x86
-showsplash
-launcher R:\bin\myeclipse-6.0.1\eclipse\eclipse.exe
-name Eclipse
–launcher.library r:\bin\myeclipse-6.0.1\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup r:\bin\myeclipse-6.0.1\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata 9e0_80
-vm r:\bin\jdk1.5.0_16\bin\javaw.exe
-vmargs
-Xms128m
-Xmx1280m
-Duser.language=en
-XX:PermSize=128M
-XX:MaxPermSize=256M
-Djava.net.preferIPv4Stack=true
-Djava.net.preferIPv4Stack=true
-jar
R:\bin\myeclipse-6.0.1\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
Note that I typed this from a dialog I could not copy into text so forgive minor typos pls…
Question is: is there a way to get ME 601 to work using a 64-bit JDK? How?