<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://rxtx.qbang.org/wiki/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Rxtx - User contributions [en]</title>
		<link>http://rxtx.qbang.org/wiki/index.php/Special:Contributions/ZippoLag</link>
		<description>From Rxtx</description>
		<language>en</language>
		<generator>MediaWiki 1.15.4</generator>
		<lastBuildDate>Tue, 09 Jun 2026 12:33:40 GMT</lastBuildDate>
		<item>
			<title>Using RXTX In NetBeans</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Using_RXTX_In_NetBeans</link>
			<description>&lt;p&gt;ZippoLag:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installin in a project ==&lt;br /&gt;
&lt;br /&gt;
Under Netbeans 5.5 on Windows, I needed to right-click Librariesunder Projects on the left hand side of the screen, and select Add JAR/Folder, picking the RXTXcomm.jar file. Only then did my &amp;quot;import gnu.io.*;&amp;quot; become a valid command.  Also, I got a run-time error where it failed to load the rxtxSerial.DLL library because it couldn't find it.  I needed to right-click the project name, select properties, select Run under categories, and add a VM Options: entry of &lt;br /&gt;
&lt;br /&gt;
'''-Djava.library.path=&amp;quot;C:/where-ever-you-stuck-rxtxSerial.DLL-file;%PATH%&amp;quot;''' &lt;br /&gt;
&lt;br /&gt;
While I'm sure there is more than one way of adding the directory to your path, this worked for me.  Note I did the default NetBeans 5.5/JDK 1.6.0 isntall accepting all the default options(ie clicking next until I got to finish), so I haven't modified my java paths or anything.&lt;br /&gt;
&lt;br /&gt;
make sure you type &amp;quot;import gnu.io.*&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing under JDK ==&lt;br /&gt;
&lt;br /&gt;
If you have followed the installation method of copying files into &amp;quot;Java\jreXXX\lib\ext&amp;quot; and &amp;quot;Java\jreXXX\bin&amp;quot; and have the same problem descibed above, you should note that for using Netbeans you must have installed JDK first, wich in turn may have installed its own JRE, on that case to fix said problem you should simply copy the .jar and the .dlls to &amp;quot;Java\jdkXXX\jre\lib\ext&amp;quot; and &amp;quot;Java\jdkXXX\jre\bin&amp;quot;. It works like a charm.&lt;/div&gt;</description>
			<pubDate>Tue, 07 Dec 2010 07:57:03 GMT</pubDate>			<dc:creator>ZippoLag</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Using_RXTX_In_NetBeans</comments>		</item>
		<item>
			<title>Download</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Download</link>
			<description>&lt;p&gt;ZippoLag:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Distributables ==&lt;br /&gt;
RXTX 2.1 Is the main development branch for RXTX. The namespace used is gnu.io.*. Unless you have any specific reasons, this is the recommended download. If you need to be comptable with javax.comm.* then download RXTX 2.0, but note that not much development effort is provided for this branch so you will be missing out on all the fixes that the main branch is getting.&lt;br /&gt;
&lt;br /&gt;
It should also be noted that there was a change in the way things were distributed. 2.1 includes a binary package that contains the binaries for the various platforms and a source package. 2.0 on the other hand is a bit of a muddle. Things change, things improve.&lt;br /&gt;
&lt;br /&gt;
Binary version &amp;lt;strike&amp;gt;rxtx 2.0-7pre1 (stable)&amp;lt;/strike&amp;gt; is incomplete, at least for Windows. Use newer binary version such as &amp;lt;strong&amp;gt;rxtx 2.1-7r2 (stable)&amp;lt;/strong&amp;gt;, which does work on Windows.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-  style=&amp;quot;background-color: #ddddff&amp;quot;&lt;br /&gt;
! Release !! Binary !! Source &lt;br /&gt;
|-&lt;br /&gt;
| rxtx 2.1-7r2 (stable)&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip rxtx-2.1-7-bins-r2.zip]&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7r2.zip rxtx-2.1-7r2.zip]&lt;br /&gt;
|-&lt;br /&gt;
| rxtx 2.0-7pre2 (stable)&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.0-7pre1-i686-pc-linux-gnu.tar.gz Linux/x86] [http://rxtx.qbang.org/pub/rxtx/rxtx-2.0-7pre1-i386-pc-mingw32.zip Win32 (incomplete)]&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.0-7pre1.tar.gz MacOS X]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
RXTX 2.2 will replace RXTX 2.1 once it is stable.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-  style=&amp;quot;background-color: #ddddff&amp;quot;&lt;br /&gt;
! Release !! Binary !! Source &lt;br /&gt;
|-&lt;br /&gt;
| rxtx 2.2pre2 (prerelease)&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2-bins.zip rxtx-2.2pre2-bins.zip]&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip rxtx-2.2pre2.zip]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
TODO: The 2.2pre2 bins contain the 2.2pre1 jar file and the 2.2pre2 native lib which causes a mismatch warning&lt;br /&gt;
&lt;br /&gt;
Other releases can be found in the [http://rxtx.qbang.org/pub/rxtx/ archive] and you can also check the change history in the [[change log]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-  style=&amp;quot;background-color: #ddddff&amp;quot;&lt;br /&gt;
!  UN-ZIP Procedure&lt;br /&gt;
|-&lt;br /&gt;
|cp/mv the download rxtx-[].zip  to rxtx-[].jar.gz;&lt;br /&gt;
|gunzip rxtx-[].jar.gz;&lt;br /&gt;
|jar -xf rxtx-[].jar;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ToyBox Distributables ==&lt;br /&gt;
&lt;br /&gt;
The ToyBox has about 35 platforms (and growing). If you have a toy (even an s390), we have the ToyBox. Find the OS, Libc, and CPU You are looking for. Please report any problems to the mail-list. Unix users can extract zip files with jar -xf foo.zip. It works fine and on all platforms we support. Distributables can be found in the [http://rxtx.qbang.org//ToyBox ToyBox directory].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Source Repository ==&lt;br /&gt;
&lt;br /&gt;
If you wish to get the latest code from CVS see [[Retrieving Source Code]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== x64 Binaries ==&lt;br /&gt;
&lt;br /&gt;
Should you wish to use RxTx on a x64 based computer, note that the downloads on this page will not work, for x64 compiled binaries go to: [http://www.cloudhopper.com/opensource/rxtx/ Cloudhopper RxTx page]. Binaries have been tested successfully on Windows Server 2008 R2, although they are slightly outdated (december 2008).&lt;/div&gt;</description>
			<pubDate>Tue, 07 Dec 2010 06:51:26 GMT</pubDate>			<dc:creator>ZippoLag</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Download</comments>		</item>
		<item>
			<title>Download</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Download</link>
			<description>&lt;p&gt;ZippoLag:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Distributables ==&lt;br /&gt;
RXTX 2.1 Is the main development branch for RXTX. The namespace used is gnu.io.*. Unless you have any specific reasons, this is the recommended download. If you need to be comptable with javax.comm.* then download RXTX 2.0, but note that not much development effort is provided for this branch so you will be missing out on all the fixes that the main branch is getting.&lt;br /&gt;
&lt;br /&gt;
It should also be noted that there was a change in the way things were distributed. 2.1 includes a binary package that contains the binaries for the various platforms and a source package. 2.0 on the other hand is a bit of a muddle. Things change, things improve.&lt;br /&gt;
&lt;br /&gt;
Binary version &amp;lt;strike&amp;gt;rxtx 2.0-7pre1 (stable)&amp;lt;/strike&amp;gt; is incomplete, at least for Windows. Use newer binary version such as &amp;lt;strong&amp;gt;rxtx 2.1-7r2 (stable)&amp;lt;/strong&amp;gt;, which does work on Windows.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-  style=&amp;quot;background-color: #ddddff&amp;quot;&lt;br /&gt;
! Release !! Binary !! Source &lt;br /&gt;
|-&lt;br /&gt;
| rxtx 2.1-7r2 (stable)&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip rxtx-2.1-7-bins-r2.zip]&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.1-7r2.zip rxtx-2.1-7r2.zip]&lt;br /&gt;
|-&lt;br /&gt;
| rxtx 2.0-7pre2 (stable)&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.0-7pre1-i686-pc-linux-gnu.tar.gz Linux/x86] [http://rxtx.qbang.org/pub/rxtx/rxtx-2.0-7pre1-i386-pc-mingw32.zip Win32 (incomplete)]&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.0-7pre1.tar.gz MacOS X]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
RXTX 2.2 will replace RXTX 2.1 once it is stable.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-  style=&amp;quot;background-color: #ddddff&amp;quot;&lt;br /&gt;
! Release !! Binary !! Source &lt;br /&gt;
|-&lt;br /&gt;
| rxtx 2.2pre2 (prerelease)&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2-bins.zip rxtx-2.2pre2-bins.zip]&lt;br /&gt;
| [http://rxtx.qbang.org/pub/rxtx/rxtx-2.2pre2.zip rxtx-2.2pre2.zip]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
TODO: The 2.2pre2 bins contain the 2.2pre1 jar file and the 2.2pre2 native lib which causes a mismatch warning&lt;br /&gt;
&lt;br /&gt;
Other releases can be found in the [http://rxtx.qbang.org/pub/rxtx/ archive] and you can also check the change history in the [[change log]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-  style=&amp;quot;background-color: #ddddff&amp;quot;&lt;br /&gt;
!  UN-ZIP Procedure&lt;br /&gt;
|-&lt;br /&gt;
|cp/mv the download rxtx-[].zip  to rxtx-[].jar.gz;&lt;br /&gt;
|gunzip rxtx-[].jar.gz;&lt;br /&gt;
|jar -xf rxtx-[].jar;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ToyBox Distributables ==&lt;br /&gt;
&lt;br /&gt;
The ToyBox has about 35 platforms (and growing). If you have a toy (even an s390), we have the ToyBox. Find the OS, Libc, and CPU You are looking for. Please report any problems to the mail-list. Unix users can extract zip files with jar -xf foo.zip. It works fine and on all platforms we support. Distributables can be found in the [http://rxtx.qbang.org//ToyBox ToyBox directory].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Source Repository ==&lt;br /&gt;
&lt;br /&gt;
If you wish to get the latest code from CVS see [[Retrieving Source Code]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== x64 Binaries ==&lt;br /&gt;
&lt;br /&gt;
Should you wish to use RxTx on a x64 based computer, note that the downloads on this page will not work, for x64 compiled binaries go to Cloudhopper RxTx page:[http://www.cloudhopper.com/opensource/rxtx/]. Binaries have been tested successfully on Windows Server 2008 R2, although they are slightly outdated (december 2008).&lt;/div&gt;</description>
			<pubDate>Tue, 07 Dec 2010 06:50:03 GMT</pubDate>			<dc:creator>ZippoLag</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Download</comments>		</item>
		<item>
			<title>Using RXTX In NetBeans</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Using_RXTX_In_NetBeans</link>
			<description>&lt;p&gt;ZippoLag:&amp;#32;/* Installing under JDK */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installin in a project ==&lt;br /&gt;
&lt;br /&gt;
Under Netbeans 5.5 on Windows, I needed to right-click Librariesunder Projects on the left hand side of the screen, and select Add JAR/Folder, picking the RXTXcomm.jar file. Only then did my &amp;quot;import gnu.io.*;&amp;quot; become a valid command.  Also, I got a run-time error where it failed to load the rxtxSerial.DLL library because it couldn't find it.  I needed to right-click the project name, select properties, select Run under categories, and add a VM Options: entry of &lt;br /&gt;
&lt;br /&gt;
'''-Djava.library.path=&amp;quot;C:/where-ever-you-stuck-rxtxSerial.DLL-file;%PATH%&amp;quot;''' &lt;br /&gt;
&lt;br /&gt;
While I'm sure there is more than one way of adding the directory to your path, this worked for me.  Note I did the default NetBeans 5.5/JDK 1.6.0 isntall accepting all the default options(ie clicking next until I got to finish), so I haven't modified my java paths or anything.&lt;br /&gt;
&lt;br /&gt;
make sure you type &amp;quot;import gnu.io.*&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing under JDK ==&lt;br /&gt;
&lt;br /&gt;
If you have followed the installation method of copying files into &amp;quot;Java\jreXXX\lib\ext&amp;quot; and &amp;quot;Java\jreXXX\bin&amp;quot; and have the same problem descibed above, you should note that Netbeans installs its own JRE when it installs the JDK, so to fix this problem you should simply copy the .jar and the .dlls to &amp;quot;Java\jdkXXX\jre\lib\ext&amp;quot; and &amp;quot;Java\jdkXXX\jre\bin&amp;quot;. It works like a charm.&lt;/div&gt;</description>
			<pubDate>Tue, 07 Dec 2010 06:44:14 GMT</pubDate>			<dc:creator>ZippoLag</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Using_RXTX_In_NetBeans</comments>		</item>
		<item>
			<title>Using RXTX In NetBeans</title>
			<link>http://rxtx.qbang.org/wiki/index.php/Using_RXTX_In_NetBeans</link>
			<description>&lt;p&gt;ZippoLag:&amp;#32;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Installin in a project ==&lt;br /&gt;
&lt;br /&gt;
Under Netbeans 5.5 on Windows, I needed to right-click Librariesunder Projects on the left hand side of the screen, and select Add JAR/Folder, picking the RXTXcomm.jar file. Only then did my &amp;quot;import gnu.io.*;&amp;quot; become a valid command.  Also, I got a run-time error where it failed to load the rxtxSerial.DLL library because it couldn't find it.  I needed to right-click the project name, select properties, select Run under categories, and add a VM Options: entry of &lt;br /&gt;
&lt;br /&gt;
'''-Djava.library.path=&amp;quot;C:/where-ever-you-stuck-rxtxSerial.DLL-file;%PATH%&amp;quot;''' &lt;br /&gt;
&lt;br /&gt;
While I'm sure there is more than one way of adding the directory to your path, this worked for me.  Note I did the default NetBeans 5.5/JDK 1.6.0 isntall accepting all the default options(ie clicking next until I got to finish), so I haven't modified my java paths or anything.&lt;br /&gt;
&lt;br /&gt;
make sure you type &amp;quot;import gnu.io.*&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing under JDK ==&lt;br /&gt;
&lt;br /&gt;
If you have followed the method of copying files into &amp;quot;Java\jreXXX\lib\ext&amp;quot; and &amp;quot;Java\jreXXX\bin&amp;quot; and have the same problem descibed above, you should note that Netbeans installs its own JRE when it installs the JDK, so to fix this problem you should simply copy the .jar and the .dlls to &amp;quot;Java\jdkXXX\jre\lib\ext&amp;quot; and &amp;quot;Java\jdkXXX\jre\bin&amp;quot;. It works like a charm.&lt;/div&gt;</description>
			<pubDate>Tue, 07 Dec 2010 06:43:29 GMT</pubDate>			<dc:creator>ZippoLag</dc:creator>			<comments>http://rxtx.qbang.org/wiki/index.php/Talk:Using_RXTX_In_NetBeans</comments>		</item>
	</channel>
</rss>