Re: jpackage java commands

2021-05-19 Thread Michael Hall
> On May 19, 2021, at 9:40 AM, Andy Herrick wrote: > > I don't think jlink will ever include the jdk development tools in a custom > runtime (using jlink on windows or mac without --strip-native-commands only > gives me java and keytool), Mac gave me the 9 commands shown earlier. Something

Re: jpackage java commands

2021-05-19 Thread Andy Herrick
I don't think jlink will ever include the jdk development tools in a custom runtime (using jlink on windows or mac without --strip-native-commands only gives me java and keytool), but you can include the whole jdk (less src.zip and the jmods directory) by using --runtime-image and pointing to