RSS Feed

Jar File

A jar file is a Java Archive.

A jar file is a collection of class files.

The jar file standard is based upon PKZip. In fact, you can open .jar files with a normal unzip program!

A jar archive should contain a file called Manifest.mf which tells the Java Virtual Machine which class file contains the main method.

 Jar File

Related Articles

No related posts.

Leave a Reply

Post your comments and questions below, but please follow our commenting guidelines.


Path: Home > Programming > Java > Jar File