Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Can not found JRE when install pcanywhere 12 in linux

Updated: 21 May 2010 | 3 comments
sailer's picture
0 0 Votes
Login to vote

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.

discussion Filed Under:

Comments

Asj's picture
17
Feb
2008
0 Votes 0
Login to vote

Hi Sailer,
             To Install pcA Cross Platform on Linux please use the below command from your terminal.
             Java -jar SetupLinuxMac.jar
The Java version which we support is  Version 1.4.2 or higher of Sun Java Runtime Environment.And Please set your Java path as "/usr/Java/jre1.5.0_12/bin".Hope this helps.
sailer's picture
23
Sep
2008
0 Votes 0
Login to vote

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.

Message Edited by sailer on 09-23-2008 08:14 PM
Linux user's picture
10
Oct
2008
0 Votes 0
Login to vote

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.