3

I'm developing a program completely written in Python but I need to integrate a Java code inside the file console.py. I want to integrate Sphinx4's program to give GNS3 the capability of voice recognition.

Is it possible? What do I need to do this?

6
  • 8
    Have you looked at Jython? Commented Nov 11, 2012 at 20:14
  • it allow the complete integration with all java's libraries? Commented Nov 11, 2012 at 20:19
  • Yes, because it's actually Java. It's an implementation of Python in Java. Commented Nov 11, 2012 at 20:21
  • no, this is my problem, i need java in Python! Commented Nov 11, 2012 at 20:24
  • 2
    Yes, Jython is python implemented in Java so you can use all of Java in it. It's still Python. Commented Nov 11, 2012 at 20:29

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.