>> No it is not! Oracle has a lab in France that is in charge of the porting 
>> process.
>> IBM merely repackages what Oracle provides from the porting lab into PTFs.
>>
>With more testing today, it looks like the culprit is the JZOS batch
>launcher. It seems that it doesn't support the Java 1.6+ classpath
>wildcards.



The input in the JCL where you specify the CLASSPATH (and other variavles) is 
intrpreted by the shell (sourced). That means the shell will see the * and 
expand it to the list of files separated by blanks.


You need to escape the * so that the shell will assign it to the environment 
variable instead of "resolving" it. Try:


CLASSPATH="$CLASSPATH":"${APP_HOME}"/\*


That is "slash" "backslash" "*"




--Peter Hunkeler



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to