The Java/COBOL application launcher is used to launch a Java application from a COBOL run-time environment.
The Java/COBOL application launcher iscobjrun and it is the trigger for cobjrun32 and cobjrun64. You should use the Java/COBOL application launcher instead of your usual Java application launcher as it sets up your environment to correctly manage both the COBOL run-time system and the Java Virtual Machine.
The command to invoke the Java/COBOL application launcher can take one of two formats:
cobjrun [options] class [arguments] cobjrun -jar [options] jarfile [arguments]
where the parameters are:
public static void main(String args[])