<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4522.1800" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><FONT size=3>Hiya all, I'm really hoping you can
offer me a hand with this problem.<BR><BR>I'm having a problem with
SAXParserFactory causing a security exception in<BR>Microsoft Internet Explorer,
using JDOM b7.<BR><BR>here is the error string it spits
out:<BR><BR>String...com.ms.security.SecurityExceptionEx[javax/xml/parsers/SAXParserFact<BR>ory.newInstance]:
Unable to access system
property:<BR>javax.xml.parsers.SAXParserFactory<BR> at
com/ms/security/permissions/PropertyPermission.check<BR>(PropertyPermission.java)<BR> at
com/ms/security/PolicyEngine.shallowCheck (PolicyEngine.java)<BR> at
com/ms/security/PolicyEngine.checkCallersPermission
(PolicyEngine.java)<BR> at
com/ms/security/StandardSecurityManager.chk<BR>(StandardSecurityManager.java)<BR> at
com/ms/security/StandardSecurityManager.checkPropertyAccess<BR>(StandardSecurityManager.java)<BR> at
java/lang/System.getProperty (System.java)<BR> at
javax/xml/parsers/SAXParserFactory.newInstance<BR>(SAXParserFactory.java:139)<BR> at
java/lang/reflect/Method.invoke (Method.java)<BR> at
org/jdom/input/SAXBuilder.createParser (SAXBuilder.java)<BR> at
org/jdom/input/SAXBuilder.build (SAXBuilder.java)<BR> at
org/jdom/input/SAXBuilder.build (SAXBuilder.java)<BR> at
aim/AIMPanel.parseXML (AIMPanel.java:673)<BR> at aim/AIMPanel.serverCall
(AIMPanel.java:486)<BR> at aim/LogicalAIM.<init>
(LogicalAIM.java:62)<BR> at aim/AIMPanel.customInitialize
(AIMPanel.java:1595)<BR> at shout3d/Shout3DPanel.n
(Shout3DPanel.java)<BR> at shout3d/Shout3DPanel.run
(Shout3DPanel.java)<BR> at java/lang/Thread.run (Thread.java)<BR><BR>Using
Microsoft's 5.0.0.3802 VM, this error results in a NullPointer<BR>Exception
further down, causing the app to quit.<BR><BR>in 5.0.0.3310, it reports the
error but continues to run.<BR><BR>in 5.0.0.3234, no errors are reported at
all.<BR><BR>Do you guys have any idea what's going on and why, and what I might
be able<BR>to do to correct this?<BR><BR>Any help is greatly
appreciated...<BR><BR>-J</FONT><BR></FONT></DIV></BODY></HTML>