在debian下安裝eclipse,執行時出錯"no java virtual machine was found after searching the following locations"

xuniji123發表於2008-08-26

下載eclipse-jee-ganymede-linux-gtk.tar.gz
安裝:
在複製eclipse-jee-ganymede-linux-gtk.tar.gz到/usr/soft/eclipse目錄下,cd到該目錄,執行:
tar -zvxf eclipse-jee-ganymede-linux-gtk.tar.gz
在/usr/soft/eclipse下生成eclipse包,進入eclipse下,即/usr/soft/eclipse/eclipse下,執行./eclipse,將執行eclipse出錯,提示:“no java virtual machine was found after searching the following locations:”

解決辦法:

在debian中安裝eclipse:
解壓到某位置,此處為/usr/soft/eclipse/,執行eclipse時提示“no java virtual machine was found after searching the following locations:”。
原因是沒找到jre,解決辦法是,進入/usr/soft/eclipse/eclipse目錄,建立軟連線,連線到jre,
ln -s /usr/soft/java/jdk/jre jre

debiangary:/usr/soft/eclipse/eclipse# ln -s /usr/soft/java/jdk/jre jre

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8271432/viewspace-1009564/,如需轉載,請註明出處,否則將追究法律責任。

相關文章