Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » J-Integra for COM in RCP causes NoClassDefFoundError while shutdown
J-Integra for COM in RCP causes NoClassDefFoundError while shutdown [message #437691] Sun, 02 October 2005 14:43
Alexander Karnstedt is currently offline Alexander KarnstedtFriend
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
Previous Topic:Dynamic plugin loading in RCP
Next Topic:toc.xml generator
Goto Forum:
  


Current Time: Sat Dec 07 21:04:37 GMT 2024

Powered by FUDForum. Page generated in 0.03042 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top