From 5d9de8a76e7bbccffba65198a88b30577e46e96e Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Mon, 27 Jun 2022 12:50:39 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/jar-create-programatically --- core-java-modules/core-java-jar/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core-java-modules/core-java-jar/README.md b/core-java-modules/core-java-jar/README.md index fe57ede08a..b1e24e3ab9 100644 --- a/core-java-modules/core-java-jar/README.md +++ b/core-java-modules/core-java-jar/README.md @@ -8,4 +8,5 @@ This module contains articles about JAR files - [Importance of Main Manifest Attribute in a Self-Executing JAR](http://www.baeldung.com/java-jar-executable-manifest-main-class) - [Guide to Creating and Running a Jar File in Java](https://www.baeldung.com/java-create-jar) - [Get Names of Classes Inside a JAR File](https://www.baeldung.com/jar-file-get-class-names) - [Find All Jars Containing Given Class](https://baeldung.com/find-all-jars-containing-given-class/) \ No newline at end of file +- [Find All Jars Containing Given Class](https://baeldung.com/find-all-jars-containing-given-class/) +- [Creating JAR Files Programmatically](https://www.baeldung.com/jar-create-programatically)