From: oMiCROn <omi...@gm...> - 2006-07-10 17:45:24
|
Hello, i'm new to jython and i;m trying to embed it to a java application I would like to know if there is any way to load a .py non compiled module in java as an object. For example i have a .py that implements a plugin java interface I want load it as a Plugin mypy in order to be able to use the mehtods like is was a java class ... mypy.dothis(); Thanks in advance |