Versions Compared

Key

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

...

Answered by Sergei Chevtsov, 0607-1411-2007

You must add your JAR file to "Bundle-Classpath" in MANIFEST.MF.
Open MANIFEST.MF. Select the RUNTIME tab. Press NEW... button in the CLASSPATH section and type the name of your (future) library.
Note: if you can, do NOT add JAR files to your plugin. InsteadAs of July 2007, we recommend that your plugin stays free of JAR files. If you have external jars, add them to edu.stanford.slac.external and make that plugin required by your plugin.

...