by papadilbert » Fri Nov 03, 2017 6:31 pm
I'm trying to find information about the possibility of calling a batch java program from batch assembler program. I'm familiar with using CEEPIPI to call C programs from assembler. Is there something similar for Java/JNI? Or do I need to write a C program that calls Java, then invoke it using CEEPIPI ?