QIBM_RPG_JAVA_PROPERTIES only affects JVMs that are started by RPG's
built-in support for Java. It won't have any impact whatsoever on Java
programs run from QShell.
Consider setting this property in your SystemDefault.properties file if
you want it to apply to regular Java programs.
Chanh_Le@xxxxxxxxxxxxxxx wrote:
In QSH, the following statement works fine
java -Djava.version=1.4 -version
I change the environment property to
QIBM_RPG_JAVA_PROPERTIES=-Djava.version=1.4
I still get the error with statement
java -version
Java Development Kit could not be found.
The problem is all of production programs (RPG & CL) do not specify
property parameter. Therefore, I will have problem to run production
programs.
Thanks,
CL