mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
removing javacomm stuff, since it'll be copied in by dist script
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user