In this video, I will share with you how to create JAR files from Java projects. you know, JAR stands for Java ARchive - the standard file format for distributing Java libraries, programs and applications.
A JAR file can contain Java class files, metadata (manifest), and resources (images, text,...) - and JAR derives from ZIP format.
Through this video, you will learn JAR files for different purposes in IntelliJ IDEA:
- Library JAR file (Non-executable)
- Standalone Executable JAR file
- Executable JAR file with dependencies