Creating Java Bytecode

Java bytecode is platform-independent intermediate code that is executed by a Java Virtual Machine (JVM).

COBOL source files containing JVM COBOL code can be compiled to bytecode using the -j cob flag, after which, the resulting .class file can be executed using the COBOL/Java Application Launcher (cobjrun)