[jdom-interest] security exception using applet
John Cartwright
jcartwright at ngdc.noaa.gov
Fri Oct 26 16:29:30 PDT 2001
Hello All,
I'm trying to use JDOM in a applet and the following exception is
getting thrown:
java.lang.ExceptionInInitializerError:
java.security.AccessControlException: access denied
(java.util.PropertyPermission jaxp.debug read)
The code in question looks like:
private void parseResponse() {
try {
SAXBuilder builder;
builder = new SAXBuilder(false);
Document doc = builder.build(new StringReader(responseAXL));
} catch (JDOMException ex) {
}
}
Can someone point out what might be the problem?
Thanks!
-- john
=====================================================
John Cartwright
Professional Research Assistant / Associate Scientist
CIRES, SEG/NGDC/NOAA
(303) 497-6284
jcartwright at ngdc.noaa.gov
=====================================================
More information about the jdom-interest
mailing list