Hello,
Thank you in advance for your help.
I have installed
java-1.6.0-openjdk
java-1.6.0-openjdk-devel
Is there anyway, i can find the root path for those installations ?
I did install them in WHMcpanel at Main >> Software >> Install a RPM.
I do ssh #java -version and I get:
java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.5) (rhel-1.16.b17.el5-i386)
OpenJDK Client VM (build 14.0-b16, mixed mode)
BUT i need it since i am running an installation for red5 and It required the full path since I get an error when i SSH :
#ant dist
~
~
~
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| java6 | 40 | 0 | 0 | 0 || 59 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: red5#server
[ivy:retrieve] confs: [java6]
[ivy:retrieve] 0 artifacts copied, 59 already retrieved (0kB/13ms)
[javac] Compiling 525 source files to /usr/local/red5/bin
BUILD FAILED
/usr/local/red5/build.xml:225: The following error occurred while executing this line:
/usr/local/red5/build.xml:246: Error running /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/javac compiler
Total time: 2 seconds
________________________
and when I go to
[/usr/lib/jvm]# ls -al
total 44
drwxr-xr-x 3 root root 4096 Apr 1 2008 ./
drwxr-xr-x 75 root root 36864 May 13 02:39 ../
lrwxrwxrwx 1 root root 26 Mar 2 22:08 java -> /etc/alternatives/java_sdk/
lrwxrwxrwx 1 root root 32 Mar 2 22:08 java-1.6.0 -> /etc/alternatives/java_sdk_1.6.0/
lrwxrwxrwx 1 root root 26 Mar 2 22:08 java-1.6.0-openjdk -> java-1.6.0-openjdk-1.6.0.0/
drwxr-xr-x 6 root root 4096 May 13 22:08 java-1.6.0-openjdk-1.6.0.0/
lrwxrwxrwx 1 root root 34 Mar 2 22:08 java-openjdk -> /etc/alternatives/java_sdk_openjdk/
lrwxrwxrwx 1 root root 21 Mar 2 22:08 jre -> /etc/alternatives/jre/
lrwxrwxrwx 1 root root 27 Mar 2 22:08 jre-1.6.0 -> /etc/alternatives/jre_1.6.0/
lrwxrwxrwx 1 root root 30 Mar 2 22:08 jre-1.6.0-openjdk -> java-1.6.0-openjdk-1.6.0.0/jre/
lrwxrwxrwx 1 root root 29 Mar 2 22:08 jre-openjdk -> /etc/alternatives/jre_openjdk/
and then if i check further :
there is a /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/javac
javac (is green so i guess is a compiler)
but is not running it.
Also here is the build.xml

Thank you in advance for your help.
I have installed
java-1.6.0-openjdk
java-1.6.0-openjdk-devel
Is there anyway, i can find the root path for those installations ?
I did install them in WHMcpanel at Main >> Software >> Install a RPM.
I do ssh #java -version and I get:
java version "1.6.0_17"
OpenJDK Runtime Environment (IcedTea6 1.7.5) (rhel-1.16.b17.el5-i386)
OpenJDK Client VM (build 14.0-b16, mixed mode)
BUT i need it since i am running an installation for red5 and It required the full path since I get an error when i SSH :
#ant dist
~
~
~
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| java6 | 40 | 0 | 0 | 0 || 59 | 0 |
---------------------------------------------------------------------
[ivy:retrieve] :: retrieving :: red5#server
[ivy:retrieve] confs: [java6]
[ivy:retrieve] 0 artifacts copied, 59 already retrieved (0kB/13ms)
[javac] Compiling 525 source files to /usr/local/red5/bin
BUILD FAILED
/usr/local/red5/build.xml:225: The following error occurred while executing this line:
/usr/local/red5/build.xml:246: Error running /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/javac compiler
Total time: 2 seconds
________________________
and when I go to
[/usr/lib/jvm]# ls -al
total 44
drwxr-xr-x 3 root root 4096 Apr 1 2008 ./
drwxr-xr-x 75 root root 36864 May 13 02:39 ../
lrwxrwxrwx 1 root root 26 Mar 2 22:08 java -> /etc/alternatives/java_sdk/
lrwxrwxrwx 1 root root 32 Mar 2 22:08 java-1.6.0 -> /etc/alternatives/java_sdk_1.6.0/
lrwxrwxrwx 1 root root 26 Mar 2 22:08 java-1.6.0-openjdk -> java-1.6.0-openjdk-1.6.0.0/
drwxr-xr-x 6 root root 4096 May 13 22:08 java-1.6.0-openjdk-1.6.0.0/
lrwxrwxrwx 1 root root 34 Mar 2 22:08 java-openjdk -> /etc/alternatives/java_sdk_openjdk/
lrwxrwxrwx 1 root root 21 Mar 2 22:08 jre -> /etc/alternatives/jre/
lrwxrwxrwx 1 root root 27 Mar 2 22:08 jre-1.6.0 -> /etc/alternatives/jre_1.6.0/
lrwxrwxrwx 1 root root 30 Mar 2 22:08 jre-1.6.0-openjdk -> java-1.6.0-openjdk-1.6.0.0/jre/
lrwxrwxrwx 1 root root 29 Mar 2 22:08 jre-openjdk -> /etc/alternatives/jre_openjdk/
and then if i check further :
there is a /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/javac
javac (is green so i guess is a compiler)
but is not running it.
Also here is the build.xml
