From: <Mat...@i2...> - 2001-10-26 23:31:46
|
Ok, that makes sense - is there a particular reason why jython doesn't have a custom classloader to which add_* adds extra paths? Or is just that no one has gotten around to it yet? =) Matt On 10/26/2001 06:35:00 PM "Robert W. Bill" wrote: > > Yes, the add_* methods (add_classdir, add_extdir, add_package) are a bit > tricky because they do not make classes available to Jython, they just > give the packageManager some hints to make the packages available. The > classloader still must find the class in the classpath |