[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Loading jars dynamic from plugins
|
- From: pm@xxxxxxxxx (Franz Philipp Moser)
- Date: Fri, 13 Feb 2009 14:42:14 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
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?