JPython

Michael Appelmans mappel at 123ibm.net
Thu Mar 16 10:00:30 EST 2000


Check this out:
http://www.jpython.org/docs/
Especially this:
http://www.jpython.org/docs/interpreter.html

"JJ" <joacim at home.se> wrote in message
news:8aq45o$920$1 at vg170.it.volvo.se...
> Hi!
>
> I have an existing Java application and want to implement a scripting
> language. I have looked into JPython and it seems OK.
>
> In a general way I want my application to integrate with JPython in a
> dynamic way such as:
> 1. In my application I choose a JPython file (test.py) via a JFileChooser
> dialog.
> 2. Execute 'test.py' and it will make several calls to functions in my
> application.
> 3. End execute
> 4. Make some changes in 'test.py', save (calling other functions)
> 5. Execute 'test.py' again but with different result.
>
> How can I do this?
>
> Best regards
> Joacim
>
>





More information about the Python-list mailing list