From: charlie@angeles.eng.sun.com (Charlie Lai)
Message-Id: <199808242307.QAA00719@angeles.eng.sun.com>
Subject: Re: AppletViewer
To: wfraga_np@hotmail.com (W Fraga)
Date: Mon, 24 Aug 1998 16:07:07 -0800 (PDT)
In-Reply-To: <19980821174028.8445.qmail@hotmail.com> from "W Fraga" at Aug 21, 98 10:35:17 am
hi,
> I am running a Applet on a AppletViewer through the Internet and
> trying to access a DLL file. I get a checkLink SecurityException. I know
> that I have to set the properties in the properties file but I have no
> documentation on this.
to load a library in jdk1.1.x you'll need to sign your applet.
for more information: http://java/sun/com/security/signExample
in jdk1.2, you can configure your policy to allow this:
http://java.sun.com/products/jdk/1.2/docs/guide/security/index.html
thanks,
charlie