Consultor Eletrônico



Kbase P121030: How to change JDKHOME for Progress on UNIX?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/24/2008
Status: Verified

GOAL:

How to change JDKHOME for Progress on Solaris?

GOAL:

How to replace Progress installed JDK with your own JDK installation on Solaris?

GOAL:

How to change JRE version for Progress on UNIX?

FACT(s) (Environment):

UNIX
Progress 9.x
OpenEdge 10.x
WebSpeed 3.x

FIX:

Progress ships JDK for Solaris platform only, and JRE for HPUX. For the other platforms, customer is repsonsible for JDK or JRE installations. In order to change JDK version that Progress products runs on, edit $DLC/bin/java_env script.

Find the corresponding platform, change JDKHOME or JREHOME lines to your own JDK and JRE locations. For example, for HPUX,
"HP-UX") # HP UNIX 11.00, No jdk but jre
THREADS_FLAG=native_threads
JDKHOME=/usr1/OE_100B/jre
if [ ! -f $JDKHOME/bin/javac ]
then
JDKHOME=$env_jdkhome
fi

Please note Progress do not test other versions of JDK's except the ones shipped with Progress on Solaris platform or the ones certified for other platforms.