From: Samuele P. <pe...@in...> - 2001-10-12 20:14:49
|
Hi. > I've embedded jython into a java 1.3 applet which works as an appliction but > gives me a file access error on cachdir/packages as an applet. > > see earlier thread: error embedding Jython into java applet > > > can jython work without cachedir or can it use a URL back to the server. > > tia yes and no are the answers, but how to disable the cachedir ? there is no clean way to do that in your context, the point is that jython at moment does not support what you are trying :). Its support for applets mainly goes through the jythonc way, The code needs changes for doing cleanly what you're trying but see below. > I'm researching permissions and signing; although I would prefer to not go > that way. Unless you can go the jythonc way, you will need to grant permissions to your applet anyway because of the cited classloader creation problem. regards. |