Using RXTX In Eclipse

From Rxtx

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
This is how I add and use RXTX in Eclipse for Win32 Projects, there are probably other ways but it works for me. [mailto:seaton@gateway.net.au]
This is how I add and use RXTX in Eclipse for Win32 Projects, there are probably other ways but it works for me. [mailto:seaton@gateway.net.au]
-
# Copy RXTXcomm.jar file and dll files to the lib directory of your project
+
# Copy RXTXcomm.jar, rxtxSerial.dll and rxtxParallel.dll files to the
 +
# lib directory of your project
# Under Project | Properties | Java Build Path | Libraries
# Under Project | Properties | Java Build Path | Libraries
# click Add JARs... Button
# click Add JARs... Button

Revision as of 07:29, 6 May 2009

This is how I add and use RXTX in Eclipse for Win32 Projects, there are probably other ways but it works for me. [1]

  1. Copy RXTXcomm.jar, rxtxSerial.dll and rxtxParallel.dll files to the
  2. lib directory of your project
  3. Under Project | Properties | Java Build Path | Libraries
  4. click Add JARs... Button
  5. Select the RXTXComm.jar from lib directory
  6. Jar should now be in the Build Path
  7. expand the RXTXComm.jar entry in the list and select "Native Library Location"
  8. Select the project lib directory and apply

Be careful when using System.in.read() and rxtx in win32; It can trip across a known JRE deadlock bug

Personal tools