From: Charlie.Lai@Eng (Charlie Lai)
Message-Id: <199801092358.PAA01057@angeles.eng.sun.com>
Subject: Re: #SequrityException: checkpropsaccess.key
To: navindra@millenniumit.com (Navindra Herath)
Date: Fri, 9 Jan 1998 15:58:15 -0800 (PST)
In-Reply-To: <34B5A730.76349BDA@millenniumit.com> from "Navindra Herath" at Jan 9, 98 09:57:29 am
hi,
> I am using JDK1.0.2 and JDBC connectivity to writr applets for th
> purpose of deveoping database applications. when i try to execute the
> applet using the web browser (Netscape) over the HTTP server it is
> giving the #SequrityException: checkpropsaccess.key.
it sounds like your applet is trying to access a property,
which netscape won't allow. to gain access out of netscape's
sandbox you may have to sign your applet using netscape's
code signing facilities:
http://developer.netscape.com/software/signedobj/index.html
to also learn about code signing facilities for appletviewer and
hotjava, download the latest JDK 1.1.5 from:
http://java.sun.com/products/jdk/1.1/
and check out our security documentation at:
http://java.sun.com/security
and
http://java.sun.com/security/signExample
thanks,
charlie