I'm trying to get JMRI (Java Model Railway Interface) to run on my Raspian Pi
I've installed the java SDK using "sudo apt-get install openjdk-6-jre" and java -version now returns 'java version "1.6.0_24"'
I've plugged in the USB from my MERG CAN-USB and see a Bus 001 Device ID
0403:6001 Future Technology Devices International Ltd FT232 USB-Serial
(UART) from lsusb which is what I would expect. I also see /dev/ttyUSB0
however when I try to configure the JMRI to use the port I'm getting a message
java.lang.UnsatisfiedLinkError: /home/pi/JMRI/lib/Linux/armv5/librxtxSerial.so: /home/pi/JMRI/lib/linux/armv5/librxtxSerial.do: cannot open shared object file: No such file or directory thrown while loading gnu.io.RXTXCommDriver .
so it seems clear I need to download and compile RXTX. However all the links to the source seem dead. Has anyone tried getting Javacomm to talk to a serial connection via USB?
thanks
David Barham