ricardoapaes/jlink Windows JRE
Generates a Windows JRE with jlink using Adoptium Temurin JDKs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| java-version | Java major version to use (e.g. 21). Must match a published image tag. | yes | 21 |
| modules | Comma-separated list of Java modules to include in the JRE | yes | java.base |
| output | Output directory for the generated JRE, relative to the workspace | yes | jre-windows |
| arch | Target architecture: x64 (default) or x86. x86 is only supported for Java 11 and 17. | no | x64 |
Outputs
| name | description |
|---|---|
| jre-path | Absolute path to the generated JRE directory |