Kbase 19634: Creating SQL-92 Java Stored Procedures on HPUX
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  22/08/2003 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1A
HP-UX
SYMPTOM(s):
JDK not installed automatically.
CAUSE:
Progress does not ship a JDK for HP-UX
FIX:
To complete the process of installing a JDK to Progress Version 9.1A
on an HP-UX Operating system, follow these steps after installing
a JDK:
1) Install a 3rd Party JDK
2) Edit $DLC > bin > java_env.
Set the environmental variable JDKHOME to the location of the
JDK install.
JDKHOME=/usr1/jdk
3) This leaves JREHOME still pointing to $DLC/jre which is
shipped with the Progress product. Unfortunately JRE and JDK
do not have compatible shared libraries. Therefore you must
set JREHOME to point to JDKHOME so that the JRE which is part
of the JDK you just installed is used.
Failure to perform the second step results in the appearance
of "shlopen" errors on the java libraries.