Message3844

Author dmbaggett
Recipients dmbaggett
Date 2008-11-24.14:31:51
SpamBayes Score 3.6830993e-08
Marked as misclassified No
Message-id <1227537111.32.0.948429490532.issue1181@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-24 14:31:51dmbaggettsetmessageid: <1227537111.32.0.948429490532.issue1181@psf.upfronthosting.co.za>
2008-11-24 14:31:51dmbaggettsetrecipients: + dmbaggett
2008-11-24 14:31:51dmbaggettlinkissue1181 messages
2008-11-24 14:31:51dmbaggettcreate