Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using Acrobat viewer in applet

2 views
Skip to first unread message

Mihai Gheorghiu

unread,
Feb 26, 2002, 11:48:38 AM2/26/02
to
I wrote an applet that users Acrobat viewer beans. I load the page and the
jar via SSL, with a self-signed certificate. IE asks whether it is OK and I
confirm. jre1.3.1 on win98 IE5.5
Java console throws the following error:
Netscape security model is no longer supported.
Please migrate to the Java 2 security model instead.
java.lang.ExceptionInInitializerError: java.security.AccessControlException:
access denied (java.util.PropertyPermission * read,write)
at java.security.AccessControlContext.checkPermission(Unknown Source)
at java.security.AccessController.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPermission(Unknown Source)
at java.lang.SecurityManager.checkPropertiesAccess(Unknown Source)
at java.lang.System.getProperties(Unknown Source)
at com.adobe.acrobat.gui.ReaderPrefs.<clinit>(ReaderPrefs.java:514)
at com.adobe.acrobat.Viewer.createViewer(Viewer.java:237)
at com.adobe.acrobat.Viewer.<init>(Viewer.java:211)
at tanappl.AcrobatApplet.<init>(AcrobatApplet.java:46)
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Please help.
Thank you all.


0 new messages