-
Notifications
You must be signed in to change notification settings - Fork 202
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
Using jbr on macos and get error "Failed to check JDK distribution: 'jpackage' is missing" #477
Comments
crowforkotlin
changed the title
Failed to check JDK distribution: 'jpackage' is missing
Failed to check JDK distribution: 'jpackage' is missing on macos
Nov 29, 2024
crowforkotlin
changed the title
Failed to check JDK distribution: 'jpackage' is missing on macos
Using jbr on oacos and get error "Failed to check JDK distribution: 'jpackage' is missing"
Nov 29, 2024
crowforkotlin
changed the title
Using jbr on oacos and get error "Failed to check JDK distribution: 'jpackage' is missing"
Using jbr on macos and get error "Failed to check JDK distribution: 'jpackage' is missing"
Nov 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: