I just downloaded eclipse-java-helios-SR2-win32-x86_64.zip extracted the zip. When I'm trying to run I get this error:

Error

Here is my .ini file:

-startup
plugins/org.eclipse.equinox.launcher_1.1.1.R36x_v20101122_1400.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.2.R36x_v20101222
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx384m

I'm runing on Windows 7 64-bit (Yes I downloaded the 64-bit JDK and 64-bit Eclipse)

link|improve this question

75% accept rate
feedback

1 Answer

I would check in Eclipse.ini, if it points to the right JVM. Normally it does not have that line in Eclipse.ini, but it is recommended to put it there.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.