Hi,
I have installed java in kubuntu and have downloaded Eclipse tar archive. I have tried to run eclipse from konsole, but ig gives me an 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:
/home/alex/eclipse/jre/bin/java
java in your current PATH
Here is the echo $JAVA_HOME:
/home/alex/SDK/jdk
the $PATH is
/home/alex/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/alex/SDK/jdk/bin
and java -version is
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)
Can anybody help me with this problem?
Looking forward to your reply.
I have installed java in kubuntu and have downloaded Eclipse tar archive. I have tried to run eclipse from konsole, but ig gives me an 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:
/home/alex/eclipse/jre/bin/java
java in your current PATH
Here is the echo $JAVA_HOME:
/home/alex/SDK/jdk
the $PATH is
/home/alex/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/alex/SDK/jdk/bin
and java -version is
java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Server VM (build 11.3-b02, mixed mode)
Can anybody help me with this problem?
Looking forward to your reply.
Comment