Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problems with ClassLoader
Problems with ClassLoader [message #181286] Sat, 17 January 2004 02:07 Go to next message
Eclipse UserFriend
Originally posted by: rafael.teccomm.les.inf.puc-rio.br

I am writing a plugin for thr Eclipse plataform and I am having some
problems while loading classes. My plugin is a graphical interface for a
framework so, inside my plugin project I put the .jar file of the framework.
The framework uses some JDOM features and I put the JDOM
Re: Problems with ClassLoader [message #181526 is a reply to message #181286] Sat, 17 January 2004 21:58 Go to previous message
Eclipse UserFriend
Originally posted by: moopa06.ca.com

Thread.currentThread().setContextClassLoader(this.getClass() .getClassLoader());
needs to be placed before ths offending SAX operation
Previous Topic:Eclipse problem: stopped working huh?
Next Topic:NoClassDefFoundError...
Goto Forum:
  


Current Time: Wed Feb 05 14:04:08 GMT 2025

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

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

Back to the top