Search This Blog

Eclipse J2EE 3.6: failed to create Java virtual machine

edit eclipse.ini file:

-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.1.R36x_v20100810
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m


remove the value 256m for --launcher.XXMaxPermSize


SEE ALSO [HERE]

No comments:

Post a Comment