Eclipse startup error java was started but returned exit code = 13 solution

catalogue

Errors are reported as follows:

Problem causes and solutions:

1. The installed version of eclipse is inconsistent with the JDK

2. There is a problem with eclipse configuration parameters

Errors are reported as follows:

Problem causes and solutions:

1. The installed version of eclipse is inconsistent with the JDK

If the JDK installation version is 32-bit and the eclipse installation version is 64 bit, such an error will occur (this must be noted, because the JDK can be installed either 32-bit or 64 bit).

Check JDK version:

2. There is a problem with eclipse configuration parameters

View Java_ Home path C: \ Java \ jdk1 8.0_ ninety-one

Open eclipse INI file, add the following configuration parameters in the third line:

-vm
C:\java\jdk1.8.0_91\bin\javaw.exe

After that, restart eclipse.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>