Eclipse not starting after Java upgrade

I updated Java and now Eclipse will not start, it says that Java was running, but returned exit code = 13. Eclipse worked fine before this update. Does anyone know what to do?

+4
source share
3 answers

Did you download the wrong version for your computer? as in a conflict of 64 bits / 32 bits.

I found a similar problem for your other threadoverflow.

Unable to start Eclipse - Java was running, but returned exit code = 13

+4
source

, "vm" eclipse.ini , . : java java 8 update 131 java8 update 144 C:/Program Files/Java/jre1.8.0_131/bin

: C:/Program Files/Java/jre1.8.0_144/bin

. Windows java C:/Program Files/Java C:/Program Files(x86)/Java 64 32 .

+3

reinstall java jdk to solve the problem.

0
source

All Articles