Can not found JRE when install pcanywhere 12 in linux
When I run "Symantec pcAnywhere CrossPlatform/Linux.bin", it said: No Java Runtime Environment(JRE) was found on this system. I've install java-1.5.0-sun-compat-1.5.0.12 and jdk-1.5.0_12-fcs, and set "JAVA_HOME=/usr/java/jdk1.5.0_12" and "JRE_HOME=/usr/java/jdk1.5.0_12/jre". My system is RHEL5U1 X86_64.
Filed under: pcAnywhere, Endpoint Management and Virtualization
Thanks for help.
I use Ubuntu 8.04, and set:
[code]
export JAVA_BINDIR=/usr/lib/jvm/java-6-sun-1.6.0.06/bin
export JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.06
export JAVA_ROOT=/usr/lib/jvm/java-6-sun-1.6.0.06
export JRE_HOME=/usr/lib/jvm/java-6-sun-1.6.0.06/jre
export PATH=$PATH:$JAVA_HOME/bin:$CATALINA_HOME/bin
export CLASSPATH=$JAVA_HOME/jre/lib/rt.jar:$JAVA_HOME/lib/tools.jar
[/code]
The java version is:
[code]
# java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)
[/code]
But when I install pcanywhere 12, it said cannot find JVM.
I found same problem with Opensuse 11.
I solved it by getting j2re1.4.2 from archive of Sun and installing it.
It looks that installation software try to find some file name from JRE and that name is changed in new Java environment.
Would you like to reply?
Login or Register to post your comment.