Mario, I tried the new version. Commands used: # apt-src install rxtx # apt-src build rxtx # dpkg -i librxtx-java_2.1.7r2-1_amd64.deb
The new package is as broken as the previous one: # ls -l /usr/lib/librxtxSerial-2.1-7.so -rw-r--r-- 1 root root 8768 2007-07-03 17:52 /usr/lib/librxtxSerial-2.1-7.so 8KB is a bit small... And my java program still return an error: java.lang.UnsatisfiedLinkError: gnu.io.RXTXCommDriver.nativeGetVersion()Ljava/lang/String; thrown while loading gnu.io.RXTXCommDriver java.lang.NoClassDefFoundError: Could not initialize class gnu.io.RXTXCommDriver thrown while loading gnu.io.RXTXCommDriver If I look at the generated Makefile, it still contains this bad line: RXTX_PATH = I had a look at the "configure" script. Seems this variable is set in function of the java version in use. I have sun-java6-* installed. It's maybe the problem. Regards. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]