[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] IApplication class loader problem
|
Hello,
I have plugin A and plugin B. The "A" plugin implements IApplication class and plugin "B" is an library with some code that loads resource R from the classpath. The resource R is located in the plugin A.
When I run this application using IApplication interface CNFE is thrown because plugin B is not able to reach the resource R from plugin A.
When I am running Platform it works.
Why?