JVM terminated. Exit code = -1?

Perhaps you should reinstall Eclipse. Then you can add the JDK through Windows -> Preferences -> Java -> Installed JREs.

I had similar issue: Eclipse IDE fail to launch with JVM Terminated. Exit code=-1 One thing that worked for me is to set -Xmx to 256m in eclipse.ini. If that is not good enough for you, you may also try using different JVM module than the one that eclipse uses by default.

If you look in the error dialog in your screen capture, you'll notice that the "-vm" option using "jvm. Dll" as JVM. If you change it to use javaw.

Exe in your JAVA_HOME\bin folder, the problem should go away. I'm still clueless as to what the difference is between using jvm. Dll vs javaw.exe.

Maybe jvm. Dll is suppose to be used only for light-weight embedded java applet and it can't handle the load brought on by a full stand-alone Java UI software.

I just had the same problem on Windows 7, 64 bit. I reinstalled Java 32 and Java 64, and Eclipse, but it did not fix the problem. I found that in eclipse.

Ini the Dosgi. RequiredJavaVersion was 1.5, so I changed it to Dosgi. RequiredJavaVersion=1.6.0_25.

In the Environmental variables I added to the PATH %JAVA_HOME%\bin;C:\Program Files (x86)\Java\jdk1.6.0_25\bin. These changes fixed my Eclipse problem.

Edit your Environment Variables >> System Variables >> Path to C:\Program Files (x86)\Java\jdk1.6.0_24\bin; (NOT C:\Program Files\Java\jdk1.7.0_01\bin;) it should work.

Remove the default value "256m/256M" from the eclipse configuration file (eclipse. Ini). You will find this line just below "--launcher.

XXMaxPermSize".

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions