linux using jar packaged into war

The package all the files in the current directory to game.war
jar -cvfM0 game.war ./
-c create war package
-v display process information
-f    
-M
-0 This is the Arabic numerals, not only packaged compression means
Decompression war package
jar -xvf game.war
Extract to the current directory

Guess you like

Origin www.cnblogs.com/fengjian2016/p/11727385.html