-
Notifications
You must be signed in to change notification settings - Fork 282
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
Bundled Java Runtime #468
Comments
Initial proof of concept available https://github.com/qzind/tray/tree/jlink |
A small caveat... if building using a newer Java runtime,
In ant, the error is not obvious, instead it'll say:
The workaround is to make sure your brew uninstall --ignore-dependencies openjdk
brew install openjdk@11
ln -s /usr/local/opt/openjdk@11 /usr/local/opt/openjdk |
The bundled Java Runtime is now functional on the I'm still working through some serious startup issues on MacOS, I assume to be permissions related...
|
Just putting this here for future reference |
Placeholder to track the progress of bundling the Java Runtime into the installers.
target
JDK:Note:
ant
makes this tricky. Seedownload-javafx
as an example.ant nsis
- Download Windows 64-bit JDKant pkgbuild
- Download MacOS 64-bit JDKant makeself
- Download Linux 64-bit JDKjlink
, bundle into<INSTALL_DIR>\jre
folder.FindJRE
function) (done via Dynamic cert support, rewrite installers #504)java
,javaw
,keytool
when available (covered elsewhere)The text was updated successfully, but these errors were encountered: