-1

I am using this library

<dependency>
    <groupId>org.rxtx</groupId>
    <artifactId>rxtx</artifactId>
    <version>2.1.7</version>
</dependency>

And it is working in 32 bit.

Upon running it in 64 bit, I am getting this error:

java.lang.UnsatisfiedLinkError: PATH HERE\rxtxSerial.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform thrown while loading gnu.io.RXTXCommDriver

If there is , is there an available maven dependency?

1 Answers1

0

Did not find one in maven so I just installed manually.