Kbase P39594: How does the Progress/OpenEdge installation utility determine the existing Java version?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/10/2008 |
|
Status: Verified
GOAL:
How does the Progress/OpenEdge installation utility determine the existing Java version?
GOAL:
How do I tell the Progress/OpenEdge installation where my JDK or JRE is installed?
FACT(s) (Environment):
OpenEdge 10.x
Progress 9.1x
UNIX
FIX:
On most UNIX operating platforms customers are required to provide the Progress/OpenEdge installation utility with the location of their JDK/JRE. As the installation utility begins it executes the Java command "java -version" to determine whether the correct Java version is installed on the system.
To ensure a successful installation, log in as "root" and confirm that $JDKHOME/bin is the first entry in the root user's PATH. To verify that it is, executes the Java command "java -version" prior to installation. The command should return correct Java version version message.
Below is an example:
# java -version
Java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0)
Java HotSpot(TM) Client VM (build 1.3.0, mixed mode)
Assuming the system return the Java information (as seen above) the installation should succeed.