Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

RXTX library problem

801737Sep 29 2010 — edited Sep 29 2010
Hi people of java,

I am trying to run an application on Win7 32-bit.
This application uses rxtx library.
I have copied the rxtx dll's to the jre6/bin folder and the RXTXcomm.jar to the jre6/lib/ext folder. I made sure to copy the right version (32-bit, not 64).

the program is generating weird errors:
Error 0x48f at /home/bob/foo/rxtx-devel/build/../src/termios.c(2714): The device is not connected.
Error 0x48f at /home/bob/foo/rxtx-devel/build/../src/termios.c(482): The device is not connected.


Clearly the device is connected and the right COM port is set (it does not generate this particular error if this is the problem on a winXP system).

A bit further down I get the following error:
Error 0x2 at /home/bob/foo/rxtx-devel/build/../src/termios.c(860): The system cannot find the file specified.

Does anyone have any idea what could be causing this? Everything works on WinXP. Is it a Win7 problem or something else?
I cannot find any information on this error with google.

cheers,

v.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 27 2010
Added on Sep 29 2010
1 comment
1,106 views