I would like to use rxtx
library to connect to a serial port.
I've already tested a program that identifies available ports and communicate.However, when I export it as a runnable jar file.
I execute it with below command.
java -jar prog.jar
It shows this error and fails (Can't load IA 32-bit .dll on a AMD 64-bit )
What can be wrong ?