[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.pde] transitives dependencies

Hi,

I have a plugin (1) that depends on a jar, then I have another plugin (2) with the plugin 1 as dependency. I want to use a class from the jar in the plugin 2, then I have added the corresponding packages of the jar to the exported packages list from the 1 plugin manifest, but I can't make the import of the class.

What can I do? any idea? should I make the jar as plugin?

Thank you in advance.