Don,

That helped! I added
//SIDEFILE DD PATH='/u/Java6_31/J6.0/bin/j9vm/libjvm.x',  
//            PATHDISP=(KEEP,KEEP)                        
//SYSLIN   DD  *                                          
 INCLUDE   '/u/Java6_31/J6.0/bin/j9vm/libjvm.so'          
 INCLUDE OBJECT                                           
 NAME    CALLJAVA(R)  
//*                   
which adds the sidefile and the library

Unfortunately this results in unresolved on things like atoe_printf which  
gather are apache function in the apache version of stdio? ref 
http://svn.apache.org/repos/asf/harmony/enhanced/java/trunk/classlib/modules/portlib/src/main/native/a2e/unix/headers/stdio.h

Is there a manual on how to do this (i.e. Have LE C call Java on z/OS) and 
resolve all my linkedit issues?

Janet

>That function lives in a DLL. So you just need the side file for the
>ink. libjvm.x is the side file. Something like:

>INCLUDE   '/java16_64/bin/j9vm/libjvm.x'  
>ENTRY CELQSTRT                            
>NAME MYPROG(R)

>-- 
>Don Poitras

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to