class ( xargs -I {} javac {} ) and then create the jar file from the previously compiled classes ( jar -cf myJar.jar *.class ). Share.
確定! 回上一頁