upgrading jzos from 2.3 to 2.4

General discussion on the JZOS batch launcher and toolkit
Post Reply
MEYKH2014
Posts: 3
Joined: Wed Jul 29, 2015 3:56 am

upgrading jzos from 2.3 to 2.4

Post by MEYKH2014 »

Hello all
I have websphere application server v7 in zos and i programmed some application under it.
My java version is 7 in zos.
I'm going to upgrade my jzos from 2.3 to 2.4, but it doesn't work.
I do this steps ( from 'JZOS developerWorks Installation' pdf ) :
1 - copy resource to mf and unpacked them
2 - copy .so file to libpath of java and do program control them
3 - copy ibmjzos.jar to classpath of java
4- restart was 7 server

My goal is java programming in was 7 and not batch.
My changes is not worked and i have java error in classes of new version for example (NoClassDefFoundError: com/ibm/jzos/MvsJobSubmitter).
Is there any problem or missing steps in my work? :?:
Post Reply