Date: Fri, 27 Jun 1997 09:11:10 -0700
Message-Id: <199706271611.JAA16655@puffin.eng.sun.com>
From: Marianne Mueller <mrm@Eng>
To: steven.j.blumfield@ac.com
Subject: Re: Read from MS Access DB in JDK 1.1.2 applet
Hi,
The checkpackageaccess exception means that your code isn't being
allowed to access one of the Java packages. I can't tell from the
code fragment which access might lead to that problem. Changing the
acl.read list won't affect the checks that guard package access.
Try to narrow down which package access leads to the
checkpackageaccess exception, and take it from there.
thanks,
Marianne