diff --git a/core-java-modules/core-java-jar/README.md b/core-java-modules/core-java-jar/README.md index f7a65336bf..c99ea63b22 100644 --- a/core-java-modules/core-java-jar/README.md +++ b/core-java-modules/core-java-jar/README.md @@ -11,3 +11,4 @@ This module contains articles about JAR files - [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) - [Guide to Creating Jar Executables and Windows Executables from Java](https://www.baeldung.com/jar-windows-executables) +- [Get the Full Path of a JAR File From a Class](https://www.baeldung.com/java-full-path-of-jar-from-class)