Jythonc missing

Posted by mridang on Stack Overflow See other posts from Stack Overflow or by mridang
Published on 2010-05-04T06:01:57Z Indexed on 2010/05/04 6:08 UTC
Read the original article Hit count: 389

Filed under:
|

Hi Guys,

I just installed Jython 2.5.1. I want to convert my Python file into Java class file and it is instructed on the website to use the jythonc command-line tool but I can't find it. Does anyone know where I could find it?

Basically what i was trying to accomplish is to get my Python code running client-side in a browser and the best way seemed to be by creating an applet using Jython. I don't want to create a desktop application and using Silverlight/IronPython is out of the question. Any other ideas are welcomed.

Cheers!

© Stack Overflow or respective owner

Related posts about jython

Related posts about python