 |
|
Please
enable
JavaScript
to see the
Advanced Menu
|
|
|
|
|
RXTX for Linux
jLog communicates with serial devices through the RXTX library available from http://rxtx.qbang.org.
RXTX consists of two parts: The Java extension library
RXTXcomm.jar and the serial driver to be integrated with the operating
system.
RXTX must be installed after having installed the Java Runtime Environment (JRE) and before installing the jLog application.
Please
note that you must install RXTX as a user
with 'root', Administrator or similar privileges (e.g. using sudo
to run the installation script).
Installation
Note: Right-click to save the files.
- Download 'RXTXcomm.jar' and
install it in the 'lib/ext' folder of the Java VM
(e.g. for RH9 with Sun's Java 1.6.0_04:
'/usr/java/j2re1.6.0_04/lib/ext').
You may need to download them to a
temporary location (e.g. Desktop) and use a privileged command (or sudo
from the command/terminal) to move the file to the destination.
- If you are upgrading from V 3.x or V4 Beta 2 (i.e.
from an older version of RXTX), please remove the file 'librxtxSerial-2.1-x.so'
in the '/lib/386' folder (or equivalent).
- Download 'librxtxSerial.so' and
install it in the 'lib/i386' folder of the Java VM
(e.g. for RH9 with Sun's Java 1.6.0_04:
'/usr/java/j2re1.6.0_04/lib/i386'). Try the 'bin'
folder for this file if the 'lib/i386' is not found
(e.g. for IBM's Java 1.4.x). Make sure that 'librxtxSerial'
has execute permissions for all. You may
need to download them to a temporary location (e.g. Desktop) and use a
privileged command (or sudo
from the command/terminal) to move the file to the destination.
- You may need to Log in as 'root'
and add your jLog user to the group
owning the '/var/lock' directory and the group
owning the serial port (e.g. /dev/ttyS0) to be used.
This would typically (e.g. for Red Hat 9 and Fedora Core) be users 'lock'
and 'uucp' respectively.
- Try running jLog as root
if you experience problems, i.e. to find out if the problem is caused
by improper access or improper installation of the files.
|