diff --git a/processing/build/windows/dist/serial/javax.comm.properties b/processing/build/windows/dist/serial/javax.comm.properties deleted file mode 100755 index 37669271b..000000000 --- a/processing/build/windows/dist/serial/javax.comm.properties +++ /dev/null @@ -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= -# 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 diff --git a/processing/build/windows/dist/serial/readme.txt b/processing/build/windows/dist/serial/readme.txt deleted file mode 100755 index 4407ced58..000000000 --- a/processing/build/windows/dist/serial/readme.txt +++ /dev/null @@ -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 -