# re: Eclipse 3.5 Galileo不能启动问题的解决 回复 更多评论
2009-08-07 03:40 by
我刚开始也是出现一个警告,不能启动,我把那个-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-19 04:06 by
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
我也碰到eclipse3.5启动失败的情况,返回码也是-1,后来检查发现,与360安全卫士有关系,360安全卫士似乎限制了每个应用进程的内存申请数量,jvm设置为1024会导致该错误,关闭360安全卫士实时保护就ok了