Where is the latest step by step guide to use Jython to compilePython into Java?

Benjamin Kaplan benjamin.kaplan at case.edu
Mon Jun 4 12:17:27 EDT 2012


On Mon, Jun 4, 2012 at 11:47 AM, David Shi <davidgshi at yahoo.co.uk> wrote:
> Hello, Mohan,
>
> Did you test it?  I am using Windows.  Where are the exact steps for
> compiling in DOS?
>
> Once .class or jar files created, how to use these files?
>
> Could you enlighten me with tested/proven step by step instructions?
>
> Regards.
>
> David
>
> _______

David,

Jythonc has been deprecated for years and hasn't been included with
Jython since 2.2. Nor does it support any language feature newer than
2.2. I don't think anyone managed to get the python to JVM byte code
compiler working either since JVM byte code is notoriously bad for
things that don't behave like Java.



More information about the Python-list mailing list