In order to create a .jar file, you need to use jar instead of java : jar cf myJar.jar myClass.class. Additionally, if you want to make it ...
確定! 回上一頁