Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creates platform specific executables with embedded JRE #59

Closed
wants to merge 7 commits into from

Conversation

mscottford
Copy link
Member

Fixes #27 and does some work towards implementing #37.

* Uses jpackage and jlink to create platform specific executables that have a custom JRE bundled with them
* Uses tags in git to determine the version number
* Removes testing against multiple java versions, since the JRE is embedded into the executable
* Adds macOS as a platform for testing on
@mscottford
Copy link
Member Author

I'm going to close this for now. While jpackage does what I want it to on Windows, it appears that for Linux and macOS it make assumptions about the program not being a CLI application.

@mscottford mscottford closed this Dec 25, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Dec 25, 2022
@mscottford mscottford deleted the jpackage branch December 25, 2022 01:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate binary image using jlink
1 participant