Message-Id: <33FADE63.6771@fsktm.um.edu.my>
Date: Wed, 20 Aug 1997 20:09:07 +0800
From: Ayad Ali Keshlaf <ayad@fsktm.um.edu.my>
To: java-security@web2.javasoft.com
Subject: applet security
Hi,
When I tried to run my applet using appletviewer I got this message:
c:\>ayad>appletviewer graph4.html
sun.applet.AppletSecurityException: checkpackageaccess
at sun.applet.AppletSecurity.checkpackageAcess(AppletSecurity.java:628)
at sun.AppletClassloader.loadclass(AppletClassloader.java:187)
at java.lang.classloader.loadclassInternal(classloader.java:313)
please note that I'm using the jdbc, JDBC-ODBC bridge, jdk1.1.3 and my
database is Microsoft Access 97. All my work is locally and my directory
is c:\ayad. So please tell me how can I relax the appletviewer security"
I mean how to off the applet security"
to allow my applet read/write the files, I tried to do that by adding:
acl.read=c:\ayad
acl.write=c:\ayad
Thanks a lot in advance
Ayad
ayad@fsktm.um.edu.my