I have a Java library in a jar and I want to use the methods from a Python interpreter. I know that I can use Jython for this, but I do not want to use Jython due to performance reasons. Is there any other way to achieve this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is something called jpype, but I’m not sure that’s a better fit than jython. In general, jython isn’t really slower than python, is it?
This guy at least seems to think jython has gotten pretty fast in 2.5.2 and 2.5.3 is “final” now so that might improve things further.