RE: [Jython-dev] jythinc called from java code
by Jeff Emanuel other posts by this author
Oct 20 2003 6:12PM messages near this date
Re: [Jython-dev] Problem installing Jython
|
Re: [Jython-dev] jythinc called from java code
No, I think you wouldn't be able to run the generated code
without the jython code.
Jythonc is a jython .py file. You could invoke it with
your embedded PythonInterpreter. See Tools/main.py.
-----Original Message-----
From: Michal Sankot [mailto:sankotm@[...].cz]
Sent: Monday, October 20, 2003 11:56 AM
To: Jeff Emanuel
Cc: jython-dev@[...].net
Subject: Re: [Jython-dev] jythinc called from java code
Would it create fully fledged java class ? I need to create fully-fledged
java class, which can be run afterwards with java without need of Jython.
Michal
----- Original Message -----
From: "Jeff Emanuel" <JEmanuel@[...].com>
To: "'Michal Sankot'" <sankotm@[...].cz>
>
> How about instead of running jythonc calling org.python.core.Py.compile?
>
> -----Original Message-----
> From: Michal Sankot [mailto:sankotm@[...].cz]
> Sent: Monday, October 20, 2003 5:24 AM
>
> Heya,
> I'd need to compile .py file into Java class. I there a way how to call
> jythonc from within my Java code, without need of spawning command-line
> execution of jythonc ?
>
> Cheers,
> Michal
-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise
Linux in the Boardroom; in the Front Office; & in the Server Room
http://www.enterpriselinuxforum.com
_______________________________________________
Jython-dev mailing list
Jython-dev@[...].net
https://lists.sourceforge.net/lists/listinfo/jython-dev
Thread:
Jeff Emanuel
Michal Sankot
|