In software, JAR (Java ARchive) is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file to distribute application software or libraries on the Java platform.

jar

What is changing with our standardised manifest values and…

Manifest files are a small text information file stored in the jar. It is a useful place for storing information about the jar. In...
Ethan
2 min read

Debugging Java – what is the difference between a…

This blog article was posted in response to a question on our forum about the difference between our debug and non-debug jars. We you...
Mark Stephens
1 min read