# 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了