From: Kent J. <ke...@td...> - 2006-07-10 17:54:35
|
oMiCROn wrote: > 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(); Here is one way: http://aspn.activestate.com/ASPN/Mail/Message/1413041 Kent |