The jar command has additional options (see it manual page). jar -cvf game.tar X.class Y.class Z.class // create a jar jar -tvf game.tar // table of contents ...
確定! 回上一頁