https://github.com/polidea/hands-on-jpms
https://github.com/polidea/hands-on-jpms
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/polidea/hands-on-jpms
- Owner: Polidea
- Created: 2017-04-27T09:27:03.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-28T13:59:09.000Z (about 9 years ago)
- Last Synced: 2025-02-28T22:55:36.656Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hands on JPMS
Simple example of Java 9 Platform Module System in practice described in blogpost [here](https://www.polidea.com/blog/Exploring-Java-9-Java-Platform-Module-System)
## Scripts:
- `build.sh` - builds jars
- `run.sh` - runs the app
- `build_runtime.sh` - creates run-time for the project using jlink tool
- `custom_runtime_run.sh` - runs the app on the custom runtime