Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse: Java was started but returned error code=13 [duplicate]
Eclipse: Java was started but returned error code=13 [duplicate] [message #1808408] Mon, 24 June 2019 07:40 Go to next message
Molly Hernandez is currently offline Molly HernandezFriend
Messages: 1
Registered: June 2019
Junior Member
I have no clue what I'm doing wrong, when it comes to Eclipse. I have re-downloaded it number of times but still cannot get it to work. How could I fix this?

This is my eclipse.ini file

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326
-product
org.eclipse.epp.package.standard.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Program Files (x86)\Java\jdk1.8.0_25\jre\bin
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Xms40m
-Xmx512m


Re: Eclipse: Java was started but returned error code=13 [duplicate] [message #1808489 is a reply to message #1808408] Tue, 25 June 2019 14:46 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
You're trying to run a 64 bit version of Eclipse with a 32 bit version of Java. If you'd used the installer, it would have detected this and directed you to install a 64 bit version of Java (if you don't already have such a thing installed on your machine). I can tell it's a 32 bit version of Java because it's in "C:\Program Files (x86)". It would be in "C:\Program Files" if it were 64 bit.

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Error launching Eclipse
Next Topic:Type Inference bug?
Goto Forum:
  


Current Time: Fri Apr 26 08:00:57 GMT 2024

Powered by FUDForum. Page generated in 0.03071 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top