How to run Eclipse on linux Fedora I ? ?
I've downloaded JDK 1.4.2 , install it to /usr/java
I've downloaded Eclipse
I've run exprort export JAVA_HOME = /usr/java/j2sdk1.4.2_04/
But despire of those , eclipse did'nt run . It alway 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:
/opt/eclipse/jre/bin/java
'java' in your current PATH
How can I solve that problem ?
Please help me ! ! ! !
|