Eclipse error:
A Java Runtime Environment (JRE) or Java Development Kit (JDK)
must be available in order to run Eclipse. No Java virtual machine
was found after searching the following locations:
/local/eclipse/jre/bin/java
java in your current PATH
提示很清楚:
No Java virtual machine
was found after searching the following locations:
/local/eclipse/jre/bin/java
java in your current PATH
在我的eclipse目录下,
mkdir jre
cd jre
ln -s /opt/jdk1.6.0_33/bin bin
再次启动Eclipse ,OK.
小弟是在ubuntu 10.04 LTS,不知道为什么会出现这个问题。有知情者,请不吝赐教!
thanks!!!