JavaFX and Near Field Communication on the Raspberry Pi - Raspberry Pi Forums
hi all,
i'm trying use nfc device (acr122u) rasbian , program in java.
im using following tutorial: http://www.oracle.com/technetwork/artic ... 77662.html
getting stuck here:
java se comes package, javax.smartcardio, allows developers communicate smart card readers. default, package personal computer/smart card (pc/sc) implementation on system.
have installed required linux packages on raspberry pi, remaining task have point java virtual machine location of pcsclite library.
done setting system property sun.security.smartcardio.library location of pcsclite library follows:
java -dsun.security.smartcardio
.library=/path/to/libpcsclite.so
-------------------------------------------------------
believe version of java pre-installed on rasbian jessie, not come "java" or "javafx"
--> why cannot "java -dsun.security.smartcardio.library=/path/to/libpcsclite.so" work.
-----> meaning "smartcardio" package doesn't exist....
---------------------------------------------------------------------------------------------------------------------------
can me this?
i'm trying use nfc device (acr122u) rasbian , program in java.
im using following tutorial: http://www.oracle.com/technetwork/artic ... 77662.html
getting stuck here:
java se comes package, javax.smartcardio, allows developers communicate smart card readers. default, package personal computer/smart card (pc/sc) implementation on system.
have installed required linux packages on raspberry pi, remaining task have point java virtual machine location of pcsclite library.
done setting system property sun.security.smartcardio.library location of pcsclite library follows:
java -dsun.security.smartcardio
.library=/path/to/libpcsclite.so
-------------------------------------------------------
believe version of java pre-installed on rasbian jessie, not come "java" or "javafx"
--> why cannot "java -dsun.security.smartcardio.library=/path/to/libpcsclite.so" work.
-----> meaning "smartcardio" package doesn't exist....
---------------------------------------------------------------------------------------------------------------------------
can me this?
raspberrypi
Comments
Post a Comment