Hello,
I have a problem relating to loading of java and python classes and modules.
I have a custom ClassLoader which I need jython to use. I install it with sys.setClassLoader().
This works fine for python classes. But for some java classes not: the import statement invokes my ClassLoader.findClass on an incomplete class name, because, of course, __import__ sometimes is invoked with a non-empty fromlist argument.
What can my ClassLoader.findClass() return in such a case??
Thanks
-i
Powered by Tiscali - http://www.tiscali.co.za
|