Insert Program

After testing and modifying Java source in an IDE, it is necessary to insert the code back into JPOs in the database. The insert program command regenerates special macros in the Java source as it is placed back into a JPO (reverse name-mangling). If the JPO does not exist, the insert command creates it automatically.

insert program FILENAME | DIRECTORY;

For example:

insert program matrix/java/custom/testjpo_mxJPO.java

  • FILENAME is the name of the program.
  • DIRECTORY path to the location of the program.

The later will insert all the .java files in the specified directory.