Compressed jar package

The premise must have jdk support

cmd enters the command line, enter the directory to be compressed, such as d:/test/aa, compress aa into aa.jar

d:
cd d:/test
jar -cvf aa.jar aa

 

Guess you like

Origin blog.csdn.net/qq_44065303/article/details/109722722