Hi! I have made an applet (Banka) and get the error-message attached below. The exceptions occur, when I use DocumentBuilderFactory.newInstance(); Since I don't have a file called jaxp.properties I understand why I get the message, but can anybody tell me where I can get it or how to write the file. Thanks! /Stina
**** com.ms.security.SecurityExceptionEx[Banka.getDocumentByURL]: cannot access file C:\WINNT\Java\lib\jaxp.properties at com/ms/security/permissions/FileIOPermission.check at com/ms/security/PolicyEngine.deepCheck at com/ms/security/PolicyEngine.checkPermission at com/ms/security/StandardSecurityManager.chk at com/ms/security/StandardSecurityManager.checkRead at java/io/File.exists at javax/xml/parsers/DocumentBuilderFactory.findFactory at javax/xml/parsers/DocumentBuilderFactory.newInstance at Banka.getDocumentByURL at Banka.init at com/ms/applet/AppletPanel.securedCall0 at com/ms/applet/AppletPanel.securedCall at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.processSentEvent at com/ms/applet/AppletPanel.run at java/lang/Thread.run
Ajith Kallambella
Sheriff
Joined: Mar 17, 2000
Posts: 5782
posted
0
You can create one( named jaxp.properties ) under the JRE/lib/ directory.
Open Group Certified Distinguished IT Architect. Open Group Certified Master IT Architect. Sun Certified Architect (SCEA).
stina karlsson
Greenhorn
Joined: Jul 25, 2001
Posts: 4
posted
0
Thanks Ajith! But the problem is, that I don't know what to write in the properties-file.