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



Help for C/C++ for MVS, OS/390 C/C++, z/OS C/C++ and C/C++ Productivity Tools for OS/390

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

Postby Renjith » Thu Jun 05, 2014 1:18 pm

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.
Renjith
 
Posts: 2
Joined: Thu Jun 05, 2014 1:06 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby Robert Sample » Thu Jun 05, 2014 6:12 pm

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.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to C, C++

 


  • Related topics
    Replies
    Views
    Last post