Eclipse Doesn't work with java 8 and wins 8

I tried to start ecipse

by showing this error message. I installed java 8

and uninstalled java 7

. -Dosgi.requiredJavaVersion=1.6

This is the difference because I tried, which doesn't work for me either.

Java was started but returned exit code=13
C:\ProgramData\Oracle\Java\javapath\javaw.exe
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar C:\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
-os win32
-ws win32
-arch x86
-showsplash C:\eclipse\\plugins\org.eclipse.platform_4.4.0.v20140925-0400\splash.bmp
-launcher C:\eclipse\eclipse.exe
-name Eclipse
--launcher.library C:\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20140603-1326\eclipse_1603.dll
-startup C:\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.appendVmargs
-exitdata 1b34_90
-product org.eclipse.epp.package.java.product
-vm C:\ProgramData\Oracle\Java\javapath\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-jar C:\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar 

      

Any body has an idea of ​​what this error means.

+3


source to share


1 answer


open file

eclipse.ini

and add two lines below opnFile

and above -vmargs

have mercy ineclipse.ini



-vm
C:/Program Files/Java/jdk1.7.0_51/bin

      

where C:/Program Files/Java/jdk1.7.0_51/bin

path is the path to the bin directory of the JDK

0


source







All Articles