Consultor Eletrônico



Kbase P100781: Progress unable to find installed java on Linux RH 3.0 server during install
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/29/2008
Status: Unverified

SYMPTOM(s):

JVM not detected error during install of Progress software

Sun Java 1.3.1_10 installed

$JDKHOME environment variable pointing to Java install directory

Java -version returns Java 1.3.1 information

Java install directory in OS PATH

FACT(s) (Environment):

RedHat Enterprise Linux AS 3.0
Progress 9.1x

CAUSE:

Java install directories added to the end of the OS PATH statement and Progress was not finding them.

FIX:

To resolve the problem move the Java install directories to the beginning of the OS PATH statement.
For example:
PATH=/usr/java/jdk1.3.1_10:$PATH;export PATH