running jython bytecode using java

Posted by noamtm on Stack Overflow See other posts from Stack Overflow or by noamtm
Published on 2010-04-06T07:06:38Z Indexed on 2010/04/06 7:13 UTC
Read the original article Hit count: 391

Filed under:
|
|
|

It looks like I'm missing something.

When using Jython to run my Python code in Java, Java bytecode files are generated (test.py -> [email protected]).

Can I run these classes directly using java?

In other words, I want to make this:

$ java test@py [additional cp args]

work.

The intent: writing Python code and not having to give away source code.

© Stack Overflow or respective owner

Related posts about java

Related posts about python