javapackager 可以从 Mac 中打包 Windows 应用程序吗?

Can javapackager package Windows app from a Mac?

javapackager (https://docs.oracle.com/javase/9/tools/javapackager.htm#JSWOR719) 可以从 Mac 打包 Windows 应用程序,还是需要实际安装 Windows?

来自 Oracle 文档:

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