Setting up an Eclipse project
-----------------------------

1. Create a new Eclipse project:
   File->New->Project...
   Select the Java Project wizard. Click Next.

2. Give the project a name. Select Create project from existing source.
   Browse to the RXTX folder. Click Next.

3. At the bottom of the Source tab, set the Default output folder by browsing
   to path/to/rxtx/env/eclipse. Click Finish.

4. Edit the project's settings to configure the Java version:
   Project->Properties-Java Compiler. Enable project specific settings and
   select your target Java version. Click OK.
