RE: [beagleboard] Re: Java rxtx

Thanks Koen but unfortunately I get "an error occurred, return
value:1074017580". Which seems to mean that the package is not
present.
No errors from the update and no obvious warnings from an increased
verbosity on opkg install.
If I grep the output of "opkg list" there is no mention of rxtx and
it is not in the gui package manager.
JAMVM, Classpath & Cacao all installed ok. Do I need to add another
feed? Any ideas?

Thanks Koen but unfortunately I get "an error occurred, return
value:1074017580". Which seems to mean that the package is not
present.
No errors from the update and no obvious warnings from an increased
verbosity on opkg install.
If I grep the output of "opkg list" there is no mention of rxtx and
it is not in the gui package manager.
JAMVM, Classpath & Cacao all installed ok. Do I need to add another
feed? Any ideas?

Ah right, it's librxtx-java:
root@beagleboard:~# opkg list | grep rxtx
librxtx-dev - 2.1-7r2-r3.1 - RXTX provides serial and parallel communication for Java applications
librxtx-java - 2.1-7r2-r3.1 - RXTX provides serial and parallel communication for Java applications
librxtx-jni - 2.1-7r2-r3.1 - RXTX provides serial and parallel communication for Java applications
librxtx-jni-dbg - 2.1-7r2-r3.1 - RXTX provides serial and parallel communication for Java applications

regards,

Koen