Versions Compared

Key

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

...

Answered by Sergei Chevtsov, 07-11-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:  

As of July 2007, we recommend that your plugin stays free of JAR files. If you have an external jar, put it in to into "edu.stanford.slac.external" and make that plugin required by your plugin.

...