R
Riverside Software
Guest
Since JDK is installed with OpenEdge, $DLC/bin/java_env always use this specific Java version. But as the JDK shipped with OpenEdge 11.5 for example is 1.7.0_45 which suffers from several problems, I would like to start the AdminService with the latest patch (1.7.0_79 as of today). Unfortunately, there's no way to specify that a given JDK has to be used, and java_env has to be modified. Those changes will be overwritten when installing 11.5.1 for example, and will lead to several unwanted problems. I'd like to be able to specify the JDKHOME and JREHOME variable in my AdminService startup script, and not have java_env overwrite those values.
Continue reading...
Continue reading...