Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
- replaced RXTX with JSSC
- updated start bat and command files
  • Loading branch information
i-make-robots committed Jul 1, 2014
1 parent dbd484d commit 7d908e9
Show file tree
Hide file tree
Showing 45 changed files with 5 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="lib" path="java/libs/jSSC-2.6.0-Release/jssc.jar" sourcepath="java/libs/jSSC-2.6.0-Release/src">
<classpathentry kind="lib" path="/Users/danroyer/Documents/workspace/GcodeSender/libs/jSSC-2.6.0-Release/jssc.jar" sourcepath="libs/jSSC-2.6.0-Release/src/jssc-2.6.0-src.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/GcodeSender/java/libs/jSSC-2.6.0-Release/javadoc/jssc-2.6.0-javadoc.jar!/"/>
<attribute name="javadoc_location" value="jar:platform:/resource/GcodeSender/libs/jSSC-2.6.0-Release/javadoc/jssc-2.6.0-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions bin/rxtxnative/Mac_OS_X/README

This file was deleted.

Binary file removed bin/rxtxnative/Mac_OS_X/librxtxSerial.jnilib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions bin/rxtxnative/Windows/i368-mingw32/README

This file was deleted.

Binary file removed bin/rxtxnative/Windows/i368-mingw32/rxtxParallel.dll
Binary file not shown.
Binary file removed bin/rxtxnative/Windows/i368-mingw32/rxtxSerial.dll
Binary file not shown.
Binary file removed bin/rxtxnative/Windows/x64/RXTXcomm.jar
Binary file not shown.
Binary file removed bin/rxtxnative/Windows/x64/rxtxParallel.dll
Binary file not shown.
Binary file removed bin/rxtxnative/Windows/x64/rxtxSerial.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion java/start.command
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ SOURCE="$(readlink "$SOURCE")"
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"

java -classpath "$DIR/RXTXcomm.jar" -Djava.library.path="$DIR" -jar "$DIR/GcodeSender.jar"
java -jar "$DIR/GcodeSender.jar"
2 changes: 1 addition & 1 deletion java/start32.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if defined JAVA_HOME (
goto end
)

"%JAVA_HOME%\bin\java.exe" -classpath RXTXcomm.jar -Djava.library.path=32 -jar Makelangelo.jar
"%JAVA_HOME%\bin\java.exe" -jar Makelangelo.jar

:end
@pause
2 changes: 1 addition & 1 deletion java/start64.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if defined JAVA_HOME (
goto end
)

"%JAVA_HOME%\bin\java.exe" -classpath RXTXcomm.jar -Djava.library.path=64 -jar Makelangelo.jar
"%JAVA_HOME%\bin\java.exe" -jar Makelangelo.jar

:end
@pause
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 0 additions & 4 deletions src/rxtxnative/Mac_OS_X/README

This file was deleted.

Binary file removed src/rxtxnative/Mac_OS_X/librxtxSerial.jnilib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 0 additions & 3 deletions src/rxtxnative/Windows/i368-mingw32/README

This file was deleted.

Binary file removed src/rxtxnative/Windows/i368-mingw32/rxtxParallel.dll
Binary file not shown.
Binary file removed src/rxtxnative/Windows/i368-mingw32/rxtxSerial.dll
Binary file not shown.
Binary file removed src/rxtxnative/Windows/x64/RXTXcomm.jar
Binary file not shown.
Binary file removed src/rxtxnative/Windows/x64/rxtxParallel.dll
Binary file not shown.
Binary file removed src/rxtxnative/Windows/x64/rxtxSerial.dll
Binary file not shown.

0 comments on commit 7d908e9

Please sign in to comment.