# re: Eclipse 3.5 Galileo不能啟動(dòng)問(wèn)題的解決 回復(fù) 更多評(píng)論
2009-08-07 03:40 by
我剛開(kāi)始也是出現(xiàn)一個(gè)警告,不能啟動(dòng),我把那個(gè)-Xmx512m改小點(diǎn)就可以了(我改的是400)。如果把eclipse.ini刪除的話可能會(huì)出現(xiàn)內(nèi)存溢出吧,eclipse會(huì)掛掉的(我很早的時(shí)候就刪過(guò)試了一下)不知博主出現(xiàn)這種情況了沒(méi)有。本人blogjava新用戶,呵呵,希望與博主交流。
# re: Eclipse 3.5 Galileo不能啟動(dòng)問(wèn)題的解決 回復(fù) 更多評(píng)論
2009-08-08 08:55 by
@Bond
是的,我的Eclipse現(xiàn)在不時(shí)的會(huì)突然退出了。
謝謝你的提醒,我把內(nèi)存改小一點(diǎn)試試。
# re: Eclipse 3.5 Galileo不能啟動(dòng)問(wèn)題的解決[未登錄](méi) 回復(fù) 更多評(píng)論
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不能啟動(dòng)問(wèn)題的解決[未登錄](méi) 回復(fù) 更多評(píng)論
2009-08-23 11:31 by
我也碰到eclipse3.5啟動(dòng)失敗的情況,返回碼也是-1,后來(lái)檢查發(fā)現(xiàn),與360安全衛(wèi)士有關(guān)系,360安全衛(wèi)士似乎限制了每個(gè)應(yīng)用進(jìn)程的內(nèi)存申請(qǐng)數(shù)量,jvm設(shè)置為1024會(huì)導(dǎo)致該錯(cuò)誤,關(guān)閉360安全衛(wèi)士實(shí)時(shí)保護(hù)就ok了
# re: Eclipse 3.5 Galileo不能啟動(dòng)問(wèn)題的解決 回復(fù) 更多評(píng)論
2009-08-24 15:01 by
@Paul
我的機(jī)器上并沒(méi)有安裝安全衛(wèi)士360
# re: Eclipse 3.5 Galileo不能啟動(dòng)問(wèn)題的解決 回復(fù) 更多評(píng)論
2010-02-03 20:07 by
@庚陽(yáng)
難道454是特別的數(shù)字嗎?