I have never used jpackage before but it seems you can do that.
In the Java-World, you normally don’t create an
exe
-File but you deploy the result as a fat
jar
file and use a
bat
-File to start Java with the correct settings.
I know this is different from .NET and I personally would like to have a binary-creator more present, but that’s the way it is.
d
Dron Bhattacharya
02/20/2023, 4:47 PM
thanks for sharing your knowledge. can you refer to any examples. It would be very helpful for me.