Call Java Code from python

2010-08-18 Thread Bidda Gowda
Hi, I have a project coming up where i have to integrate our existing Python based web application with Java Programs. Basically i should be able to call Java programs which comes in the form of jars. Whats the best way to call these jars from python ? I looked at jpype and tried with small

Re: Call Java Code from python

2010-08-18 Thread Stefan Schwarzer
Hi Bidda, On 2010-08-18 09:19, Bidda Gowda wrote: I have a project coming up where i have to integrate our existing Python based web application with Java Programs. Basically i should be able to call Java programs which comes in the form of jars. Whats the best way to call these jars from