Hi,
Im looking to install subversion on my CentOs
(Linux version 2.6.18-238.9.1.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)))
For me to do that, im required to install the following:
1) Java 6 JRE
2) Set the JAVA_HOME environment variable, and point it to your Java 6 JRE home. For example:
export JAVA_HOME=/usr/lib/jvm/java-1.6.0-sun
3) Have python install.
The installation guide can be found @
here
When I did step 5 on the installation guide, i got an error
Unable to start CSVN Console: no Java executable found
Please make sure the variable JAVA_HOME is defined in your environment
I did
java-version and it says
bash: java-version: command not found
So I'm require java. But I'm able to run eclipse so there must be java installed correct??
If java is not installed, how do I install java JRE and JDK on CentOs.
Appreciate it. Tks in advance