0

I downloaded the 64-bit java ee version from the Eclipse Website but after extracting it I get exit code 13.

I have already installed the jre for 64 bit systems and linked it to eclipse.ini. But it still shows me the same error.

Pasted below is the text from the error window

---------------------------
Eclipse
---------------------------
Java was started but returned exit code=13
C:\Program Files (x86)\Java\jre1.8.0_181\bin\javaw.exe
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
-jar C:\Users\Roland\Downloads\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
-os win32
-ws win32
-arch x86_64
-showsplash C:\Users\Roland\Downloads\eclipse\\plugins\org.eclipse.epp.package.common_4.8.0.20180619-1200\splash.bmp
-launcher C:\Users\Roland\Downloads\eclipse\eclipse.exe
-name Eclipse
--launcher.library C:\Users\Roland\Downloads\eclipse\    \plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.700.v20180518-1200\eclipse_1705.dll
-startup C:\Users\Roland\Downloads\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar
--launcher.appendVmargs
-exitdata 379c_118
-product org.eclipse.epp.package.jee.product
-vm C:\Program Files (x86)\Java\jre1.8.0_181\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Dosgi.instance.area.default=@user.home/eclipse-workspace
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Dosgi.dataAreaRequiresExplicitInit=true
-Xms256m
-Xmx1024m
-jar C:\Users\Roland\Downloads\eclipse\\plugins/org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar 
---------------------------
OK   
---------------------------
schwall
  • 5
  • 5
  • This is using the JRE in `C:\Program Files (x86)\Java\jre1.8.0_181\bin\javaw.exe`. (x86) normally contains 32 bit code. You must use a 64 bit JRE/JDK. – greg-449 Aug 26 '18 at 06:59
  • Oh, ok @greg-449. I went into the wrong directory. Thank you. – schwall Aug 27 '18 at 05:53

0 Answers0