Hi,

I wrote an applet that reads in a smartcard with OCF.
Running it in the developer - everything is ok.

Now I tried to run it from a HTML-Page with Netscape, and the following error occures:

java.security.AccessControlException: access denied (java.util.PropertyPermission OpenCard.loaderClassName read)

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.checkPropertyAccess(Unknown Source)
at java.lang.System.getProperty(Unknown Source)
at opencard.core.util.SystemAccess.getProperty(SystemAccess.java:92)
at opencard.core.service.SmartCard.start(SmartCard.java:507)
at appletwithocf1.OCFApplet1.m_ButtonAuthent_actionPerformed(OCFApplet1.java:359)
.
.
.


I think it occures because netscape has to access system properties, as the applet needs to check the system properties for OCF and PC/SC.

Does anybody knows what to do and can help me?

Thanks a lot,

Constanze


---
Visit the OpenCard web site at http://www.opencard.org/ for more
information on OpenCard---binaries, source code, documents.
This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
! [EMAIL PROTECTED]
! containing the word
! unsubscribe ! in the body.




Reply via email to