jpython

#VEDALA NARASIMHA KUMAR# PA0215481 at ntu.edu.sg
Thu Jun 1 02:55:16 EDT 2000


compile it into a jar file using --jar option and use it in your html
file.

say u have first_app.py

"jpythonc --core --jar first_app.jar first_app.py"

in html file
<applet archive="first_app.jar" code="first_app" width="100"
height="100">

> ----------
> From: 	Scott Hathaway[SMTP:slhath at flash.net]
> Posted At: 	Wednesday, May 31, 2000 4:42 AM
> Posted To: 	comp.lang.python
> Conversation: 	jpython
> Subject: 	jpython
> 
> Does anyone know of a JPython tutorial?  I need something  basic that
> tells
> me how to create applets and then to get them into the browser.  I can
> make
> the demo app and compile it with jpythonc, but then I am lost as to
> how to
> view it in the browser.
> 
> Thanks,
> Scott
> 
> 




More information about the Python-list mailing list