Comment 3 for bug 898689

Revision history for this message
Matthias Klose (doko) wrote :

hmm, for both I get the same result, but with the proper property it takes longer:

$ time java -Dsun.security.smartcardio.library=/lib/libpcsclite.so.1 Example
Terminal factory type: None

real 0m10.024s
user 0m0.156s
sys 0m0.084s

$ time java Example
Terminal factory type: None

real 0m0.183s
user 0m0.144s
sys 0m0.072s