I stumbled upon the same issue when trying to use the PC/SC API from within my
eID Applet. I had to add the following work-around in my code for Ubuntu:
File libPcscLite = new File("/lib/libpcsclite.so.1");
if (libPcscLite.exists()) {
System.setProperty("sun.security.smartcardio.library",
libPcscLite.getAbsolutePath());
}
It would be nice if the PC/SC layer would work out of the box when using the
sun-java6.
--
libpcsclite1 is not found by sun-java-6 (jaunty)
https://bugs.launchpad.net/bugs/378294
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs