JRE Archive
05 Dec 2014
JAR Utility and running archived projects in Java

Java archive file format (JAR Utility) is using popular ZIP file format. JAR utility provides a convenient way to bundle and deploy java programs. JAR file is created using jar tool and it contains the files and other other resources (image and audio files) required by the application. It also includes a manifest file that