Re: [Q] Security exception of applet

Charlie Lai (charlie@angeles.eng.sun.com)
Wed, 14 Oct 1998 13:29:42 -0800 (PDT)

> I understand that applet in Java can not read or write files at all.
> So, I made file, ~/.hotjava/properties and this file has following
> statement.
>
> acl.read=/applet
>
> ( my *.class files, *.html and data files are in " ~/applet " directory )
>
> When I started my applet on Netscape,
> security exception that had following message occured!

if you sign your applet, things should work.
check out:
http://java.sun.com/security/signExample

thanks,
charlie