云自无心水自闲

天平山上白云泉,云自无心水自闲。何必奔冲山下去,更添波浪向人间!
posts - 288, comments - 524, trackbacks - 0, articles - 6
  BlogJava :: 首页 :: 新随笔 :: 联系 :: 聚合  :: 管理

一段时间没有用笔记本上的Eclipse,今天给安装了一个新的3.5版(Galileo)的Eclipse,结果发现启动的时候,跳出一个对话框说是
JVM terminated. Exit Code=-1.
在网上找了一下,最后有效而且最简单的方法是:
删除eclipse目录下的eclipse.ini,然后Eclipse又能启动工作了。
原因应该是Eclipse.ini文件里的启动参数和我的笔记本不配合(个人猜测),删除后,使用默认配置,启动成功。




评论

# re: Eclipse 3.5 Galileo不能启动问题的解决  回复  更多评论   

2009-08-07 03:40 by Bond
我刚开始也是出现一个警告,不能启动,我把那个-Xmx512m改小点就可以了(我改的是400)。如果把eclipse.ini删除的话可能会出现内存溢出吧,eclipse会挂掉的(我很早的时候就删过试了一下)不知博主出现这种情况了没有。本人blogjava新用户,呵呵,希望与博主交流。

# re: Eclipse 3.5 Galileo不能启动问题的解决  回复  更多评论   

2009-08-08 08:55 by 云自无心水自闲
@Bond
是的,我的Eclipse现在不时的会突然退出了。
谢谢你的提醒,我把内存改小一点试试。

# re: Eclipse 3.5 Galileo不能启动问题的解决  回复  更多评论   

2009-08-08 09:56 by 云自无心水自闲
@Bond
好像果然可以,谢谢.

# re: Eclipse 3.5 Galileo不能启动问题的解决[未登录]  回复  更多评论   

2009-08-19 04:06 by mxf
Specifying the Java virtual machine

Here is a typical Eclipse command line:

eclipse -vm c:\jdk1.4.2\jre\bin\javaw

Tip: It's generally a good idea to explicitly specify which Java VM to use when running Eclipse. This is achieved with the "-vm" command line argument as illustrated above. If you don't use "-vm", Eclipse will look on the O/S path. When you install other Java-based products, they may change your path and could result in a different Java VM being used when you next launch Eclipse.

To create a Windows shortcut to an installed Eclipse:

1. Navigate to eclipse.exe in Windows Explorer and use Create Shortcut on the content menu.
2. Select the shortcut and edit its Properties. In the Target: field append the command line arguments.

Opening this shortcut launches Eclipse. (You can drag the shortcut to the Windows Desktop if you want to keep it in easy reach.)

# re: Eclipse 3.5 Galileo不能启动问题的解决[未登录]  回复  更多评论   

2009-08-23 11:31 by Paul
我也碰到eclipse3.5启动失败的情况,返回码也是-1,后来检查发现,与360安全卫士有关系,360安全卫士似乎限制了每个应用进程的内存申请数量,jvm设置为1024会导致该错误,关闭360安全卫士实时保护就ok了

# re: Eclipse 3.5 Galileo不能启动问题的解决  回复  更多评论   

2009-08-24 15:01 by 云自无心水自闲
@Paul
我的机器上并没有安装安全卫士360

# re: Eclipse 3.5 Galileo不能启动问题的解决[未登录]  回复  更多评论   

2009-09-13 09:45 by aaa
就是360安全卫士,谢谢。

# re: Eclipse 3.5 Galileo不能启动问题的解决  回复  更多评论   

2010-02-03 00:06 by 庚阳
Xms 最大454m 455就不行 呵呵

# re: Eclipse 3.5 Galileo不能启动问题的解决  回复  更多评论   

2010-02-03 20:07 by usherlight
@庚阳
难道454是特别的数字吗?

只有注册用户登录后才能发表评论。


网站导航: