Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » External jars for plugins
External jars for plugins [message #606212] Wed, 30 June 2010 05:48
Sandeep  is currently offline Sandeep Friend
Messages: 14
Registered: June 2010
Junior Member
Hello Everyone,

I have a jar file (say abc.jar) which has numerous more jar files in the classpath variable of its manifest file.Jar files in the classpath variables may have more jar files in their classpath variables.

I need to create a plugin (say abcPlugin )out of abc.jar such that in my plugin development project if i have a dependancy on abcPlugin, then i should be able to access all the packages of all the jars.

Adding all the jars is a tedious process, is there a way i can use the information in the manifest file of abc.jar while creating abcPlugin?

Thanks,
Sandeep.
Previous Topic:External jars for plugins
Next Topic:API access to feature.xml
Goto Forum:
  


Current Time: Fri Apr 26 16:13:26 GMT 2024

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

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

Back to the top