I'm currently trying to create a Java Applet that talks to a GIS Smart Mouse
card reader (SM1) using Open Card Framework.
The Applet is built into a JAR file and signed with a test certificate using
Sun's JDK 1.3 Keytool.
The Applet starts fine but fails with:
Exception java.security.AccessControlException: access denied
(java.util.PropertyPermission OpenCard.loaderClassName read)
executing:
SmartCard.start();
I have built the various properties files into my signed Jar and have tried
downloading comm.jar, base-core.jar, base-opt.jar across from the server and
picking them up from the client machine with no success.
Within the opencard.properties file, I am using the terminalfactory:
OpenCard.terminals =
com.sun.oc.terminal.sm.SMCardTerminalFactory|Smart.Mouse|SM1|COM1
Can anyone help me with this?
Many thanks,
Tony Brook
[EMAIL PROTECTED]
Future theFuture = new Future(new String("Java"), this);
www.totally.co.uk
---
> 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.