Did anyone find a workaround how to use Java 22 on...
# compose-desktop
s
Did anyone find a workaround how to use Java 22 on Windows and sign the EXE? Signtool fails for me. 😕 https://bugs.openjdk.org/browse/JDK-8326447
m
Would using an MSI installer instead of an EXE installer be an option for you?
Copy code
Also, the workaround is to distribute using .msi instead of .exe.
s
No, unfortunately not. I don't even use the installer. I use
createReleaseDistributable
and the publishing team signs everything and wraps it into an INNO setup. So the problem applies to all EXE files jpackage creates.
🆗 1
@mikehearn How does Conveyor sign the EXE that this is not a problem?
m
@Stefan Oltmann Conveyor does all its own signing. It uses some open source libraries, but they're improved versions.
s
What does it use?
m
Combination of code I wrote from scratch, modified jsign, modified zsign and modified rcodesign.
👍 1