#Commands for Mac or Linux to compile xFunctions and build the .jar file. #(Commands for Windows will be a little different.) javac -target 1.3 -source 1.3 xfunctions/functions/*.java javac -target 1.3 -source 1.3 xfunctions/graphs/*.java javac -target 1.3 -source 1.3 xfunctions/*.java javac -target 1.3 -source 1.3 *.java jar cmf manifest.txt xFunctions.jar `find . -name "*.class"`