java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path
I am trying to use the 64 bit rxtx serial communication library (downloaded from cloudhopper) with 64bit windows 7 and eclipse. I get the message:
. The dlls are in the dir as well as the . The is in the build path for eclipse as well as in the dir. I ran process monitor in the background and and see that , , and are all found and have been opened, So I am unclear as to why this problem is occurring. java.lang.UnsatisfiedLinkError: no rxtxSerial in java.library.path
/jre/lib
Windows/System32
RXTXcomm.jar
jre/lib/ext
RXTXcomm.jar
rxtxSerial.dll
rxtxParallel.dll
Any suggestions.