Compiling JVM COBOL

You compile JVM COBOL programs from the same command line which you used to set up the environment in Visual COBOL Development Hub.

If your application references external .class or .jars, these files must be added to the CLASSPATH environment variable in order for your code to compile and run.

Note: When compiling JVM COBOL on a remote machine, you must ensure that the version of Java being used on the remote machine has the same bitism as the project being compiled.