-
Notifications
You must be signed in to change notification settings - Fork 51
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
Support jpackage #94
Comments
|
Integrated according to https://openjdk.java.net/jeps/392 But, module |
Learnings from using
Especially the last finding will prevent that Bach will ship as a self-contained Java application. A full JDK with all system modules is mandatory. |
When creating a custom runtime image via The error message reads, using
Running
The help texts for options Am I missing something? Perhaps an internal(?) module that contains the API definitions used by javac? Tracked via https://bugs.openjdk.java.net/browse/JDK-8256343 |
Test-driven at https://github.com/sormuras/bach-lwjgl/blob/97ba2873c665a86fa2b3eadc128e6e00b3405c88/.github/workflows/build.yml#L34-L38 with generated packages attached as build artifacts at https://github.com/sormuras/bach-lwjgl/actions/runs/367789426 |
Next tests and results here: sormuras/bach-demo-javafx#1 Seems like keeping |
bach/com.github.sormuras.bach/main/java/com/github/sormuras/bach/ProjectBuilder.java
Lines 348 to 350 in 745aaab
The text was updated successfully, but these errors were encountered: