[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Loading jars dynamic from plugins

Hi list,

I tried to write a plugin that "loads/uses" jar files from an other plugin.

plugin1 extention point loadJars and calls a function so the plugins get loaded. It has jars that should use Classes from plugin2 jars.

plugin2 has the jars and extends the loadJars extension point implementing the interface defined by plugin1. It also exports the packages of the jars.

The Problem I have is that Classes of plugin1 jars can not use the plugin2 Classes stored in the plugin2 jars.

I hope I made my point clear ;)

Can somebody help me?