On Thu, 2021-04-15 at 00:27 -0400, Mike Gerwitz wrote: > + "#!" (which "sh") "\n" Most likely incorrect when cross-compiling, as noted in a previous patch. + "java -cp " java-cp " " class " \"$@\"")))) Shouldn't this be "OPENJDK-11-FILENAME/bin/java ..."? Greetings, Maxime.