https://github.com/sormuras/modular-world
Collection of modular Java projects
https://github.com/sormuras/modular-world
Last synced: 3 months ago
JSON representation
Collection of modular Java projects
- Host: GitHub
- URL: https://github.com/sormuras/modular-world
- Owner: sormuras
- License: apache-2.0
- Created: 2019-05-05T09:51:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-05T08:54:48.000Z (over 6 years ago)
- Last Synced: 2025-03-01T17:48:12.132Z (over 1 year ago)
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modular-world
Collection of modular Java projects
## build and check
For each project...
1. Launch your build tool to compile all modular jars.
2. Run `jdeps --module-path ${HERE BE MODULES} --add-modules=ALL-MODULE-PATH --multi-release base -summary`
3. Compare the output of the former `jdeps` run with the `jdeps-summary.txt` stored per project.