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

How to extract embedded files from a PDF in…

PDF files sometimes reference external resources such as images or other documents. To increase portability and ease archival of such PDF files, these resources...
Jacob Collins
43 sec read

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