Kbase 19349: How to install version 9.0B without JDK.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Verified
GOAL:
How to install Progress without the JDK.
FACT(s) (Environment):
Progress 9.0B
UNIX
FIX:
The Progress installation procedure asks the you for the Java home directory and checks it by executing java below the bin directory of that "Java Homedirectory " for an installation of the correct JDK version.
To overcome the check within the Version 9.0B installation procedure on UNIX, you must have an additional directory you later declare as the "Java Homedirectory", and below that, the directories lib and bin.
Inside the bin directory, a script with the name "Java" responds
to the check with the proper answer. For example, on the DG-UX platform:
Directory:
/xcase/bin/bin
/xcase/bin/lib
Script: /xcase/bin/bin/java
#!/bin/sh
echo 'java version "DGUX_JDK_1.1.7.1"'
It is also necessary to extent the path environment variable to
include the location of the script:
PATH=$PATH:/xcase/bin/bin
The answer for the installation procedure for the "Java Homedirectory" is:
/xcase/bin