我似乎发现的所有信息都是在Java> 8中已过时或已弃用/删除
那么有什么方法可以构建一个可以在不同平台上运行的jar容器,而这些平台需要依赖于操作系统的swt之类的库?
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.gtk.linux.x86_64</artifactId>
<version>3.108.0</version>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.win32.win32.x86_64</artifactId>
<version>3.108.0</version>
截至目前,我正在使用maven,但以前在此变通方法https://mchr3k.github.io/swtjar/中使用ant,但是在Java 9中,一些内部JDP API方法已删除,并且不再起作用。