// compile > javac myCode.java // run > java myCode
javac -cp <jar you want to include>;<jar you want to include> <source.java>