JAVA-23053: Changes made for correcting the article tagging with right module (#14411)

This commit is contained in:
Bipin kumar
2023-07-15 17:28:33 +05:30
committed by GitHub
parent 0d26783f4b
commit 218ffa120b
3 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ This module contains articles about JAR files
### Relevant Articles:
- [How to Create an Executable JAR with Maven](http://www.baeldung.com/executable-jar-with-maven)
- [How to Create an Executable JAR with Maven](https://www.baeldung.com/executable-jar-with-maven)
- [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)