Josh Brown
05/01/2025, 12:09 PMProcessBuilder
to start them. When I use :run
this works fine, but if I use :runDistributable
the java.home
directory doesn't have a /bin/java
to execute. Based on https://stackoverflow.com/questions/71924648/jpackage-for-only-one-application, it seems like I need to tweak how jpackage
is configuring jlink
, but I'm not sure where to do that in the build.gradle.kts
.Josh Brown
05/01/2025, 12:12 PM