An open API service indexing awesome lists of open source software.

https://github.com/polidea/hands-on-jpms


https://github.com/polidea/hands-on-jpms

Last synced: 3 months ago
JSON representation

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