Kenji Hollis wrote: > Hello all: > > Using the PC/SC drivers on OpenCard API for Linux, what do I need to do to > solve this error: > > Exception in thread "main" java.lang.UnsatisfiedLinkError: no OCFPCSC1 in > java.library.path > > Do I need to grab some other MUSCLE package to get this to work?
Your problem is that your need to modify your java.libarary.path to point at the OCFPCSC1.so (I'm assuming it's an .so because your on Linux - you would be better posting on the Muscle mailing list as they have more experience of OCF on Linux whereas most of the people on the OCF mailing list tend to use it on Windows). cheers --- > 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.
