|
Re: How to provide a Library from plugin to workspace? [message #816417 is a reply to message #815182] |
Thu, 08 March 2012 15:54  |
Eclipse User |
|
|
|
You mean you have a library with some static code that you would like to make accessible in the workbench of a developer?
If that is what you need, I would try the following:
1. Create a plugin
2. Create a lib folder in the plugin
3. Place your lib there
4. Open the manifest.mf
5. Go to the runtime tab of the PDE
6. Add your jar to the classpath section
7. Add the packages of the jar which you want to make available to the exported packages section
8. Export your plugin into a deployable plugin
9. Add the plugin to your (the developers) target plattform (e.g. via dropins)
10. If you now make some other plugin dependend of your new superduper wrapperplugin, you should be able to access the library classes which were exported.
|
|
|
Powered by
FUDForum. Page generated in 0.06671 seconds