AJ09

Explanation

The Java environment setup class, Wrapper, has been unable to invoke the user's main method. A public static method, taking either a CommAreaHolder or a String array as input, was not found in the class whose name was passed as an input parameter to the CallUserClass method of Wrapper.

System action

The task is abnormally terminated with a CICS transaction dump.

User response

Check that you have provided a main method, with an appropriate method signature, in the specified class. Also check that the target class explicitly uses the 'public' class modifier and that it is stored in a jar file on the JVM's classpath. CICS must have read permission for the jar file.

Module

DFJCICS