"Schaefer, Andreas" wrote:
> According to one of Rickard's mail yesterday
> the Class.forName() shouldn't be used (due a
> bug) and use the Context Classloader.
> Unfortunately I changed a class yesterday in
> CVS using the Class.forName(). Therefore can
> someone give me a hint where there is code
> using the Context Classloader, thanx.

Thread.currentThread().getContextClassLoader.loadClass("classname");

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]

Reply via email to