[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] Re: External Jars and PDE?

klm wrote:
I have made a PDE project (Hello world, control). The plugin should launch an application that I have written. But this application depends on another external jar.

I have tried to add this external jar to the build path but that does not work. How do I add external jars to a PDE project?

You shouldn't be using external jars and hacking them on your build path. PDE manages the classpath for you based on the dependencies expressed in your MANIFEST.MF... so you need to get your dependency in the form of a plug-in (bundle) and add it to the target platform.


Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk