Linux Eclipse starting error of JVM terminated. Exit code=13 after upgrading Ubuntu updates

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/6844249/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-05 05:17:44  来源:igfitidea点击:

Eclipse starting error of JVM terminated. Exit code=13 after upgrading Ubuntu updates

javalinuxeclipse

提问by Arslan Anwar

I've just updated Ubuntu and then Eclipse crashed. Does anyone know a solution? Otherwise I have to re-install the things.

I've just updated Ubuntu and then Eclipse crashed. Does anyone know a solution? Otherwise I have to re-install the things.

jvm terminated

jvm terminated

采纳答案by Arslan Anwar

I just install "Open JDK" and it fix the problem. Thanks

I just install "Open JDK" and it fix the problem. Thanks

回答by Manuel Selva

Look here: http://www.ehow.com/how_4784069_terminated-exit-code-error-eclipse.html. And also look in the workspace log file

Look here: http://www.ehow.com/how_4784069_terminated-exit-code-error-eclipse.html. And also look in the workspace log file

回答by Zwakele Mgabhi

I just got the same problem after changing my jvm.cfg file. I did this to make my maven builds faster.

I just got the same problem after changing my jvm.cfg file. I did this to make my maven builds faster.

The change was to swap around: -server KNOWN -client KNOWN

The change was to swap around: -server KNOWN -client KNOWN

I changed this back, the error disappeared.

I changed this back, the error disappeared.