Closed GordonGgx closed 3 years ago
You currently use a jdk15 jpackage:
jpackageHome='C:\\Users\\ggx\\Downloads\\jdk-15.0.2'
Try using a more recent version, which is not affected by the following issues: https://bugs.openjdk.java.net/browse/JDK-8232621 https://bugs.openjdk.java.net/browse/JDK-8255619
You may also need to change the value of the Culture
parameter of light.exe by providing a custom WXL file, as in this example project. The example project uses the badass-runtime-plugin, but the workaround should also apply to the badass-jlink-plugin.
@siordache Cool! After upgrading to openjdk16, I succeeded by referring to ! this example project. Thank you very much
Before,I have installed WIX. Here is my gradle config:
After run ./gradlew jpackage
I hope I can get your help.Thanks.