JZOS launcher and ibmjzos.jar

General discussion on the JZOS batch launcher and toolkit
Post Reply
ClintBarton
Posts: 4
Joined: Sat Jun 02, 2018 7:08 am

JZOS launcher and ibmjzos.jar

Post by ClintBarton »

HI,

I walking through the JZOS 2.3.2 installation guide. In the trouble shooting section, it highlights problem associated with a version mismatch between the launcher and the ibmjzos.jar. How can I determine what verions of the jar is? how do I determine the current version of the launcher? where do I get an update jar to match JZOS 2.3.2? Any other known install bumps would be appreciated.

Please help.

I did not find the right solution from the internet.

References:
http://community.dovetail.com/forum/viewtopic.php?t=782


Thanks!
Last edited by ClintBarton on Fri Jun 08, 2018 1:01 am, edited 1 time in total.
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: JZOS launcher and ibmjzos.jar

Post by dovetail »

The ibmjzos.jar version can be found in the MANIFEST file in the jar itself.

If you install the z/OS Java SDK from IBM, it comes with matching code launcher and jar versions.

<SDK_HOME>/lib/ext directory has ibmjzos.jar. Just leave it there and the sdk will find it as a system jar.

<SDK_HOME>/mvstools has a copy of the launcher load module. If installed via SMP/E, this would go into the defined target library.

If you want to manually grab a copy of the launcher load module, there is also a copy in the SDK directory "mvstools":

cp -X $JAVA_HOME/mvstools/JVMLDM76 //'HLQ.SOME.PDSE'

PS> I removed the ad from your post. This forum isn't for you to advertise on.
Post Reply