Kbase P4500: 'Java Virtual Machine could not be found' after a new JDK is
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/3/2003 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.1x
FACT(s) (Environment):
Compaq Tru64 UNIX
SYMPTOM(s):
Java Virtual Machine could not be found
Error occurs when trying to start AdminServer through "proadsv" command
JREHOME is correctly set
CHANGE:
Installed a new JDK.
CAUSE:
When installing the new JDK, the java_env script is not updated.
FIX:
Modify the JDKHOME variable to point to the new JDK in the java_env script located in $DLC/bin.
Sample of JDKHOME setting on Compaq Tru64:
"OSF1") # Digital UNIX we ship No jdk, jre
...
JDKHOME=/usr/opt/java130
...