[jdom-interest] JAXP Error in Applet

philip.nelson at omniresources.com philip.nelson at omniresources.com
Wed Apr 4 14:32:13 PDT 2001


> I'm getting a JAXP error using JAXP1.1ea2 with Crimson and 
> JDOMb6 in an
> Applet.

Looks like jaxp is trying to read from a properties file.  Could you add the
missing resource to the jar file?  You would have to know the name of the
file but maybe in the chats you mention they said what it is.  Of course it
might not be used as a resource.

> 
> When I call SAXBuilder() from within my applet, I get the 
> following error.
> BTW, I'm not accessing the client disk - I'm building a 
> document from an URL
> connection. The servlet that the applet is communicating with 
> is also using
> JAXP1.1/Crimson/JDOMb6 and works fine.
> 
> java.lang.ExceptionInInitializerError: 
> java.security.AccessControlException:
> access denied (java.util.PropertyPermission jaxp.debug read)



More information about the jdom-interest mailing list