removing javacomm stuff, since it'll be copied in by dist script

This commit is contained in:
benfry
2003-08-03 18:49:42 +00:00
parent 64620444a3
commit 3a30b5f91d
2 changed files with 0 additions and 29 deletions
@@ -1,17 +0,0 @@
#
# Drivers loaded by the Java Communications API standard extension
# at initialization time
#
# Format:
# Each line must contain ONE driver definition only
# Each line must be of the form:
# driver=<ClassName>
# No spaces or tabs in the line.
# ClassName must implement the interface javax.comm.CommDriver
# example: driver=Win32Serial
#
#
# The hash(#) character indicates comment till end of line.
#
# Windows Serial Driver
Driver=com.sun.comm.Win32Driver
-12
View File
@@ -1,12 +0,0 @@
in order to use the serial port under this "expert" version of
Proce55ing, you need to install the serial libraries yourself.
1. figure out where your java runtime is installed
probably something like c:\Program Files\Java\jre-1.4.1_01
2. move the 'javax.comm.properties' file to the 'lib' folder
of the java installation
3. move the 'win32com.dll' file to the 'bin' folder of the
java installation