Can't install JAS on linux
I have a VPS account that gives me root access. Logged in as root I did the following:
downloaded jdk-6-linux-i586.bin
ran it in my /opt directory (it created /opt/jdk1.6.0)
downloaded Java's Application Server: sjsas_pe-9_0_01-p01-linux.bin
I ran it and got:
Error: Could not find the required version of the Java(TM) 2 Runtime Environment.
This application needs version 1.5 or higher of the Java(TM) 2 Runtime
I tried:
sjsas_pe-9_0_01-p01-linux.bin -javahome /opt/jdk1.6.0
and got:
Error: Could not find the required version of the Java(TM) 2 Runtime Environment in '/opt/jdk1.6.0/'.
This application needs version 1.5 or higher of the Java(TM) 2 Runtime
Environment.
What am I doing wrong?
Message was edited by:
sumGuy
I also tried:
chmod -R 777 /opt/jdk1.6.0
to make sure it wasn't a permission issue.

