JVM terminated.Exit code=14

来源:互联网 发布:软件开发项目风险管理 编辑:程序博客网 时间:2024/05/29 15:06
用fedora运行Eclipse的时候提示JVM terminated.Exit code=14,网上找了半天也没见个有用的办法,后来在一国外网站上找到办法,就是——不用ROOT身份运行eclipse,没错就是这么简单-_-!
原网址如下:
http://stackoverflow.com/questions/14186198/eclipse-doesnt-start-jvm-terminated-exit-code-14

考虑到我大天朝长城有可能部分人无法打开链接,将原答案摘抄如下

1:This is what resolved the problem :

on a hunch(all the .ini files that I had seen on the net did not have the first line. And the meaning(English) of the words involved in the first line seemed weird), I removed the first line

-preventMasterEclipseLaunch

and eclipse seems to be working!


2:First, sorry for all the trouble that I caused by introducing this flag, but... you should really know what you're doing if you want to start Eclipse as root, because:

  • Eclipse is a plugin based app and runs all plugins no matter what. Working as root with IDEs is generally NOT a good idea.
  • Eclipse writes a lot of configuration details in the root filesystem - your installation is no longer verifiable by RPM, Eclipse installation is effectively broken - depending on what you have installed you may not be able to install any other Eclipse plugin.
0 0
原创粉丝点击