Skip to main content

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


http://eclipsercp.org/book/
Chapter 20 - Integrating Code Libraries 327




Abhishek Verma <abhishekv@xxxxxxxxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

03/01/2006 09:28 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
Subject
[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'?

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top