Atul Gupta
09/11/2024, 7:39 PMreleaseDistributable
to create the desktop jvm app using kmm I am getting the below error
Failed to check JDK distribution: 'jpackage' is missing
JDK distribution path: /Applications/Android <http://Studio.app/Contents/jbr/Contents/Home|Studio.app/Contents/jbr/Contents/Home>
It’s trying to find the jpackage
in /Applications/Android <http://Studio.app/Contents/jbr/Contents/Home|Studio.app/Contents/jbr/Contents/Home>
. While in my mac when I run where jpackage
then I get /usr/bin/jpackage
Atul Gupta
09/11/2024, 7:54 PMjpackage
. When I changed to another Java SDK this error was gone. Now I am curious why the default Java SDK doesn't come with the jpackage