How to Create JAR file in IntelliJ IDEA



0
43742

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

Published by: Code Java Published at: 4 years ago Category: علمی و تکنولوژی