Hi, I recently instaled IntelliJ Idea and programm...
# compose-desktop
p
Hi, I recently instaled IntelliJ Idea and programmed a Compose for Desktop app. The problem is that I can't generate the windows .exe file. If I try the "createDistributable" gradle task, it gives me this error:
Failed to check JDK distribution: 'jpackage.exe' is missing
JDK distribution path: C:\Users\myuser\.jdks\temurin-11.0.21
e
you need a newer JDK for jpackage
p
oh thank you, problem solved, it was that
147 Views