Calling a Java program from ACF2-sevpre-exit

General discussion on the JZOS batch launcher and toolkit
Post Reply
pzk70
Posts: 1
Joined: Thu Jul 27, 2006 3:36 am

Calling a Java program from ACF2-sevpre-exit

Post by pzk70 »

I am trying to "link" to a Java program while within the ACF2 sevpre-exit for additional authentification purposes.
Does anybody know how to do this?
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

I'm sorry, I don't know what an ACF2 sevpre-exit is, but if you are trying to call a Java program from a system exit, you would have to actually start a JVM using the JNI interface (in C) and then invoke the Java class/method. Starting a JVM is not inexpensive, so its not something that you would typically do from a system exit.
Post Reply