Versions Compared

Key

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

...

...

Not possible yet, but should be in Eclipse 3.3.

...

In build.properties, I specified to build a JAR file from my plugin sources. When I

...

deploy my plugin, a class can not be found. What am I doing wrong?

Answered by Sergei Chevtsov, 06-14-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. Instead, add them to edu.stanford.slac.external and make that plugin required by your plugin.

...

How do I generate Javadoc with links to APIs on the web?

...