How do I resolve java was started by returned exit code 13?

How do I resolve java was started by returned exit code 13?

There are two versions of bit version configuration (32bit or 64 bit). If you have installed 64 bit version of java jdk and 32 bit version of eclipse ide or vice versa , then you will get this error. You will get rid of this error by just downloading the correct version of java jdk and eclipse ide.

How do I fix java started but returned exit code 1?

So a 32-bit Java for a 32-bit Eclipse, but still exit code 1….

  1. Open the SpringToolSuite4. ini File.
  2. Search For the openFile.
  3. Provide the jvm.dll file location in SpringToolSuite4.ini.
  4. Note : Provide the New Line between -vm and your jvm. dll file location path.as shown below.

What is java exit code 13?

Exit code 13 shows that you have changed the java version. The change can be a switch from 64 to 32 bit java or vice versa!!

How do I fix Error Code 1 in Eclipse?

Solution

  1. Open the eclipse. ini file located in the Eclipse installation directory. For example, in C:\eclipses\eclipse-SDK-4.3. 2-win32-x86_64.
  2. Reduce the value set for -Xmx . For example, if the value is set as -Xmx1024m, try setting it to -Xmx512m.
  3. Save the file.
  4. Restart Eclipse.

What is error of java started but returned exit code 13?

You may get this error if the versions of java and eclipse do not match. If you have installed 64 bit java jdk on your machine and 32 bit Eclipse IDE or vice versa, then you may get this error. So, ensure that you have installed both the softwares with their correct versions.

How do I know if my java is 32 bit or 64 bit?

Go to the command prompt. Type “java -version” and press enter. If you are running Java 64-bit the output should include “64-Bit”

How do I know if Java bit is installed?

Peace!

  1. Go to the command prompt.
  2. Type “java -version” and press enter.
  3. If you are running Java 64-bit the output should include “64-Bit”

What is error of Java started but returned exit code 13?

Where is the eclipse INI file?

On Windows and on most Linux distributions the eclipse. ini file is located in the same directory as the eclipse executable. On macOS, control-click on the executable, select Show Package Contents and then go to either Contents/MacOS/eclipse. ini or Contents/Eclipse/eclipse.

What does STS launch error Java was started but returned exit code?

If you encounter Java was started but returned exit code=1 point the `-vm option to jvm.dll Here is how I added it in my STS.ini file. Check that you are using correct java version for your OS architecture, 32 or 64 bits STS mostly ends up with error code 13 if you are using for the first time.

Why is Java started but returned exit code = 13?

Several users finding themselves in a similar situation have reported that the Java Was Started but Returned Exit Code=13 Eclipse error was finally resolved after they uninstalled their current JDK and they installed the latest version available.

When does STS usually end up with error code 13?

STS mostly ends up with error code 13 if you are using for the first time. Here is a fix to the problem. Please visit this link I found here https://youtu.be/cMClVM6rzuc.

Do you need JRE 64 bits for Sts spring?

If you dowloaded 64 bits version of STS Spring, check the version of java you have by taping in cmd : If you dont have the jre 64 bits, install it and it will work . I faced this issue due to my java update.