All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oc.ProcessingTUIO.1.1.0.source-code.compile.sh Maven / Gradle / Ivy

The newest version!
#!/bin/sh
javac -Xlint:unchecked -O -source 1.4 -target 1.4 -cp ../library/libTUIO.jar:core.jar TUIO/*.java
jar cfm ../library/TUIO.jar manifest.inc TUIO/*.class
rm -f TUIO/*.class




© 2015 - 2024 Weber Informatics LLC | Privacy Policy