Hi Experts,
I have a program written in Python. I want to make objects of Java classes and want to call methods from Python. How this can be done? Please look into this. This is very important for me.
Thanks.
Printable View
Hi Experts,
I have a program written in Python. I want to make objects of Java classes and want to call methods from Python. How this can be done? Please look into this. This is very important for me.
Thanks.
I am not sure id you are aware of "The Jython Project". It allows Python to run on any Java platform.
The Jython Project