Message3844
Just to expand on the purpose of this patch, in case it's unclear: this
makes Jython work from within the applet context without jythonc. You
just need to make a signed jar containing the contents of jython.jar and
the Lib directory. The code will automagically determine that it's
running as an applet and use getResourceAsStream to load .py source and
class files rather than file I/O. |
|
Date |
User |
Action |
Args |
2008-11-24 14:31:51 | dmbaggett | set | messageid: <1227537111.32.0.948429490532.issue1181@psf.upfronthosting.co.za> |
2008-11-24 14:31:51 | dmbaggett | set | recipients:
+ dmbaggett |
2008-11-24 14:31:51 | dmbaggett | link | issue1181 messages |
2008-11-24 14:31:51 | dmbaggett | create | |
|