Can javapackager (https://docs.oracle.com/javase/9/tools/javapackager.htm#JSWOR719) package Windows app from a Mac, or does one need to actually install Windows?
Asked
Active
Viewed 612 times
0
-
You could run javapackager using Wine – Nova Feb 17 '21 at 14:52
1 Answers
1
From Oracle docs:
Self-contained application packages are platform-specific and can only be produced for the same system on which you build. To deliver self-contained application packages on Windows, Linux, and OS X, you must build your project on all three platforms.
https://docs.oracle.com/javase/8/docs/technotes/guides/deploy/self-contained-packaging.html#A1307236

Pavlus
- 1,651
- 1
- 13
- 24