Learn how to export JAR file for a Java project in Eclipse IDE (library JAR file and Runnable JAR file). In Java, JAR stands for Java ARchive - the standard format to distribute Java libraries, programs and applications.
Through this video, you will learn to create JAR file in Eclipse IDE with the following types of JAR files:
- Library JAR file (non-executable / no runnable)
- Runnable JAR file without external libraries
- Runnable JAR file with external libraries
Also in this video, you will understand these 3 options for exporting runnable JAR file in Eclipse:
- Extract required libraries into generated JAR
- Package required libraries into generated JAR
- Copy required libraries into a sub-folder next to the generated JAR
#java #maven #eclipseide