Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In order to insert the *.jar file into

We don't have a way to export this inline extension.

, a package containing the jar file must first be created. A package gives the *.jar file a name and a version. The mzsh pcreate command creates a code package used for composing packages (.mzp) in order to create additional functionality and updates. The name and version will be visible in the About window once the new package has been committed into the system.

A package is created using the pcreate command in the mzsh Command Line Tool:

...

Note

Note!

The name (My Agent from the example above, Creating a User Defined Package) is the package key. Thus, if a new package with the same name is inserted, then the old code for that package name is replaced.

...