A
abcd
I have a single jython file, foo.py which contains multiple classes. I
read that into a string and try to exec it....but I get errors saying
something like unable to load class. It seems to work fine if foo.py
only contains a single class, any ideas?
read that into a string and try to exec it....but I get errors saying
something like unable to load class. It seems to work fine if foo.py
only contains a single class, any ideas?