https://github.com/ethlo/simple-modular-demo
A simple repository to experiment with modular Java projects
https://github.com/ethlo/simple-modular-demo
Last synced: 4 months ago
JSON representation
A simple repository to experiment with modular Java projects
- Host: GitHub
- URL: https://github.com/ethlo/simple-modular-demo
- Owner: ethlo
- License: apache-2.0
- Created: 2025-02-12T13:54:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-14T12:34:59.000Z (over 1 year ago)
- Last Synced: 2025-03-12T10:20:24.570Z (over 1 year ago)
- Language: Java
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## module-sample-project
A super-simple demo repository to experiment with Java module descriptors.
Build the project (uses Maven 3.x)
```commandline
mvn clean package
```
Run the example with
```commandline
java --module-path target/classes:target/lib --module com.example.modularproject/com.example.modularproject.Main
```