babaissarkar/JAR to Executable
Runs a specified JAR and saves the resulting standalone executable to Output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Mar 14, 2026
- License
- MIT
Pinned Snippet
uses: babaissarkar/jar-to-executable@1e6a16609778315a3667c4a3122af8c61b2a8fe2 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| id | ID of the program (minus extension) | yes | — |
| name | Name of the program. Default to `id` if unspecified. | no | — |
| icon | Path to the icon (.png on Linux/.ico on Windows) | no | — |
| desktop-file | Path to the desktop file (mandatory on Linux) | no | — |
| input | Path to the JAR file (Linux) or to jpackage generated app-image folder (Windows) | yes | — |
| output | Path to save the output | yes | — |
Outputs
no outputs