J-Integra for COM in RCP causes NoClassDefFoundError while shutdown [message #437691] |
Sun, 02 October 2005 14:43 |
Alexander Karnstedt Messages: 68 Registered: July 2009 |
Member |
|
|
Hi,
I'm using J-Integra inside my RCP and always get the following exception
while shutdown the RCP:
Exception in thread "J-Integra releaseAll shutdown hook thread"
java.lang.NoClassDefFoundError: com/linar/jintegra/Cleaner
at com.linar.jintegra.cl.run(Unknown Source)
The jintegra.jar is in the plugins classpath and the packages are declared
to be exported. The exception at shutdown occurs in AbstractClassLoader.
Why is the class not found inside the J-Integra thread?
I'm able to load the Class from my Application class with ..
ClassLoader loader = this.getClass().getClassLoader();
loader.loadClass("com.linar.jintegra.Cleaner");
Regards
Alexander
|
|
|
Powered by
FUDForum. Page generated in 0.03042 seconds