Gerry
That environment variable is not automatically present - you have to set
it. Here is a little bit from the WDSC docs -
"You can place these options in an environment variable called
QIBM_RPG_JAVA_PROPERTIES."
As an example, you would run this in a CL -
ADDENVVAR ENVVAR(QIBM_RPG_JAVA_PROPERTIES)
VALUE('-Djava.version=1.4;-Dos400.stderr=file:stderr.txt;')
The page with this info is at
http://publib.boulder.ibm.com/infocenter/iadthelp/v6r0/index.jsp?topic=/com.ibm.etools.iseries.pgmgd.doc/c0925076174.htm
or shorter at
http://tinyurl.com/benhc77
There are links there to more info as to what you can put there.
HTH
Vern
On 2/13/2013 9:19 AM, Gerald Kern wrote:
Thanks for responding Barbara,
I tried Dan's suggestion and as you stated, it did not work.
I reviewed the link you posted but knowing very little about java and its
role in the RPG environment is quite foreign to me, so the sentence "To get
rid of that message, just remove the java.version property from
the RPG environment variable, and from any of the places that Java looks
for Java properties." is the challenge.
"'The RPG runtime only passes the properties that are specified in the
QIBM_RPG_JAVA_PROPERTIES environment variable."
I'm confused as to where to populate the "QIBM_RPG_JAVA_PROPERTIES
environment variable".