Skip to content

Commit 33ea167

Browse files
authored
Add link to paper to README
1 parent 6ba45ae commit 33ea167

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## Java Class Loading examples
22
---
3-
This repository contains the code for all the examples from the article on Habr. Each example comes with its own README.md.
3+
This repository contains the code for all the examples from [the article on Habr](https://habr.com/ru/companies/isp_ras/articles/788618/).
4+
Each example comes with its own README.md.
45

56
Each example demonstrates how class loaders are associated with `classpath`/`modulepath`. Examples using Java versions 8 and 17 are considered, where the main difference is the modular system that appeared in Java 9.
67

0 commit comments

Comments
 (0)