
Java was started but returned exit code=13
C:\Program Files (x86)\Java\jre8\bin\javaw.exe
-Xms128m
-Xmx1024m
-XX:MaxPermSize=2048m
You may get this error when you start eclipse if you have a mismatch of the 64/32 bit versions of your Operating System, Java JDK version, and Eclipse.
Solutions:If your Operating System is 64 Bit, then you would get both Java and Eclipse of 64bit.
If you have multiple versions of Java installed on your system, check your JAVA_HOME to see what have you set as the default version.
You can also check which version of JDK has been set in eclipse.ini
Have Questions? Post them here!
More Posts related to Eclipse,
- How to display hidden files in Eclipse (dot prefixed files)
- Convert existing code project into a git project using Eclipse
- How to enable line numbers in Eclipse IDE
- [Eclipse] Syntax error, annotations are only available if source level is 1.5 or greater
- Enable Spellcheck in eclipse workspace
- How to create a Git Project in Eclipse (Step-by-step)
- [Solution] Spring Tool Suite (STS) support for JSP (JAVA EE)
- How to Remove All Terminated Console tabs at once in Eclipse
- Eclipse Java: Multiple markers at this line error
- Compare Current and Previous Versions of Same File (Local History) in Eclipse
- Eclipse : Workspace was written with an older version of the product and will be updated
- How to Save Eclipse console logs in external log file
- Fix: Eclipse Cant Connect to any repository not Authorized Error GitHub
- How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)
- How to Configure GitHub with Eclipse IDE in 2023
- How to use Content Assist in Eclipse IDE
- Enable Eclipse dark mode
- Fix: Eclipse Connection time out: github.com
- Java was started but returned exit code=13 [Eclipse]
- Java Decompiler Eclipse Plugin
- Add imports in eclipse shortcut key combinations
- Syntax error, parameterized types are only available if source level is 1.5 or greater [Java]
- [Eclipse] Enable or Disable print margin line
- Eclipse Error The JVM Shared Library JavaVirtualMachines does not contain the JNI_CreateJavaVM symbol
- How to reset Eclipse IDE Code Font
More Posts:
- Fix AWS CLI 2 SignatureDoesNotMatch Error - Signature we calculated does not match - AWS
- How to tar.gz a directory or folder Command - Linux
- Linux: Create a New User and Password and Login Example - Linux
- Mac OS X Taking Screen Capture using Terminal - Mac-OS-X
- Add Sketch from iPhone to MacBook with macOS Monterey - MacOS
- How to Increase Mac Terminal Buffer Size - MacOS
- Calculate Volume of Sphere - C-Program
- Implementing Android Text to Speech Example - Android