wrong behaviour of TreeClassLoader class
Brought to you by:
shillion
The treeclassloader doesn't set it's parent classloader
explicitly which results in assignment of the parent in
super call (ClassLoader's cunstructor) and it's set to
the systemclassloader. That constitutes problem for
applications that use a different classloader for
loading the dynamic java classes. for detailed
description and a proposed pathc, please see:
http://javacvs.netbeans.org/issues/show_bug.cgi?id=19133
thanks a lot..