-
Notifications
You must be signed in to change notification settings - Fork 43
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
Failed to check JDK distribution: 'jpackage' is missing #709
Comments
I think it's fine to use different JDKs to build and run, if that is the question. |
You need to package with another JDK, and still run with JBR. We don't have the capacity to offer support for other libraries, tools, and technologies, unfortunately. I'd recommend you consulting the appropriate documentation (for jpackage etc) to see how this could be done. When it's finally fully working, you can also look at #289 — however, that is only an example on how you could do your packaging and distribution and is provided as a reference with no support, either. |
kaleidot725/AdbPad#106 |
I use jewel in my project, which requires jbrsdk+jcef but I see that jbr doesn't have jpackage, so when I use ./gradlew packageDmg, I get an error!
Is there a way around this?
Jewel must be run with jbr, but jbr does not have jpackage. I cannot package it on Mac. If I force the packaged product, it will not run.
The text was updated successfully, but these errors were encountered: