setting up Java Version
If which java
does not show the correct version
then test
java -version
If which java
does not show the correct version
then test
java -version
java version "1.6.0_32"
Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
Java HotSpot(TM) 64-Bit Server VM (build 20.7-b02, mixed mode)
the following varibles must be set
$ export JAVA=/app/oracle/product/test/Endeca/jdk1.6.0_32/bin/java
$ export JAVA_HOME=/app/oracle/product/test/Endeca/jdk1.6.0_32
$ export PATH=$JAVA_HOME/bin:$PATH
$ printenv
$ java -version
The above should setup the java version correctly