I just downloaded eclipse-java-helios-SR2-win32-x86_64.zip extracted the zip.
When i’m trying to run i get 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 64bit (Yes i downloaded the 64bit JDK and 64bit Eclipse)
The JVM being used by Eclipse for startup is somehow
C:\Windows\system32\javaw.exe. I do not think that this what you intended to use.To specify the JVM to be used by Eclipse, add the following line to the eclipse.ini file:
The above line would ideally have to be present before the line where your vmargs are specified.