Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » how to export packages from a jar file
how to export packages from a jar file [message #606244] Tue, 06 July 2010 14:22 Go to next message
No real name is currently offline No real nameFriend
Messages: 2
Registered: July 2010
Junior Member
Hi,

How can I export packages defined in a jar file to be visible to other plugins.

In the Manifest, I added the jar file in Bundle-ClassPath and I tried to add these packages in Export-package. But it does not work. I have compilation errors in my manifest indicating that packages doesn't exists in the plugin.

Bundle-ClassPath: .,
src,
lib/xxx-api.jar,
Export-package: com.xxx.yyy.actions,
com.xxx.yyy.annotation,
....

Thanks
Re: how to export packages from a jar file [message #606251 is a reply to message #606244] Sun, 11 July 2010 16:49 Go to previous message
Velganesh Subramanian is currently offline Velganesh SubramanianFriend
Messages: 69
Registered: July 2009
Member
Use Plugin Development -> Plug-in from Existing JAR Archives option to
create the plug-in, it will automatically export all the packages
present in the jar.
Previous Topic:how to export packages from a jar file
Next Topic:Editing an imported plugin
Goto Forum:
  


Current Time: Sat Apr 20 13:32:03 GMT 2024

Powered by FUDForum. Page generated in 0.03162 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top