i wanna install Subversion Edge on Linux. i've downloaded CollabNetSubversionEdge-1.3.3_linux-x86.tar.gz from here
and i'm following the instruction from here
when i execute bin/csvn start on the terminal, im getting this error:
Unable to start CSVN Console: no Java executable found
Please make sure the variable JAVA_HOME is defined in your environment
I've already ensure JRE is installed by doing the following:
>> locate 'bin/java'
/usr/bin/java
/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre/bin/java
*/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java
/usr/lib/openoffice.org/ure/bin/javaldx
I've made the necessary changes with the instructions from here and here
I've changed the JAVA_PATH and JRE PATH to /usr/local/bin/java which is a softlink to /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/jre/bin/java which im confident is the absolute link to jre installed.
After making those changes, I've restarted my computer. I tried to execute bin/csvn start but am still getting the same error.
Please help. tks in advance

JAVA_HOMEenvironment variable? – Mat Jun 11 '11 at 7:07java -version– bbaja42 Jun 11 '11 at 7:23