Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] using third party jars in equinox

What is the best approach to use third party jars in more then one plugins?

Current aapproach:
Create a plug-in with the third party jars and make other plug-ins dependent on this plug-in. But I could not find a way to export the 'jars' from the plug-in. Currently it works by exporting all the packages in Manifest and specifying the jar as exportable in Java Build Properties.
Is there a better way to export 'Jars'?



Back to the top