Jar : Java Archive is a group of .class files. We can create a jar file using following commands jar -cvf example.jar test.class jar -cvf example.jar *.* To unzip from jar file we need to use following command.
Read this post on instanceofjava.com