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
Eclipse starting error of JVM terminated. Exit code=13 after upgrading Ubuntu updates
提问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.
采纳答案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.