|
From: Dinesh S. <sp....@gm...> - 2011-01-03 15:54:13
|
Hi All, I am in a process of developing a new test framework in java.The framework requires some Jython class and methods to be used. I tried few options like JEPP and ClassLoader code but could not succeed. Could you please share some sample java code for the following requirements 1. Import a Jython compiled class say "xyz$py.class " in my java code and access the jython methods and class in it. 2. Methods to directly invoke a Jython class or method in a jython file say "xyz.py" in my Java code (Not from .class) Thanks a lot and your guidance would be much appreciated. Regards, Dinesh. |