Re: Use jpackage in NB

2022-10-06 Thread Laszlo Kishalmi
You can get that working with suitable plugins for Gradle or Maven. As of Ant just call the commandline tool. On 10/6/22 00:39, Helmut Leininger wrote: Hi, since Java 14 the Java SDK contains jpackage to create deliverables that include necessary Java runtimes. Is it possible to use jpacke i

Re: Use jpackage in NB

2022-10-06 Thread Amn
Excellent question. On 2022-10-06 3:39 a.m., Helmut Leininger wrote: Hi, since Java 14 the Java SDK contains jpackage to create deliverables that include necessary Java runtimes. Is it possible to use jpacke int Netbeans 15 (plugins, ant, ...) ? Thanks Hemut Leininger --