Page 1 of 1

C/C++ calling Java from MVS on system Z

PostPosted: Thu Jun 05, 2014 1:18 pm
by Renjith
We are trying to compile the C++ &Java program from mainframe using JCL. We are getting the below issue in the link edit step of the JCL.
IEW2456E 9207 SYMBOL JNI@CREA UNRESOLVED. MEMBER COULD NOT BE INCLUDED FROM THE DESIGNATED CALL LIBRARY.
Your help will be much appreciated on this.
Can anyone have a JCL for compiling a C/C++ program.Kindly share it here.

Re: C/C++ calling Java from MVS on system Z

PostPosted: Thu Jun 05, 2014 6:12 pm
by Robert Sample
Have you tried compiling in OMVS instead of using JCL? The Unix System Services environment is different than the MVS (z/OS) environment and JNI@CREA may be picked up via OMVS.