While trying to startup Eclipse, I’m getting the following error popup dialog and the IDE is never displayed:

Solution

update eclipse.ini with the below code

startup
plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.java.product
–launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
–launcher.XXMaxPermSize
256m
-vm
C:/Java/jdk1.6.0_18/jre6/bin/javaw.exe
-vmargs
-Xms40m
-Xmx256m

 

While trying to startup Eclipse, I’m getting the following error popup dialog and the IDE is never displayed: Solution update eclipse.ini with the below code –startup plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar –launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519 -product org.eclipse.epp.package.java.product –launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform –launcher.XXMaxPermSize 256m -vm C:/Java/jdk1.6.0_18/jre6/bin/javaw.exe -vmargs -Xms40m -Xmx256m  

Leave a Reply

Your email address will not be published. Required fields are marked *