Packaging Java apps for the Windows/Linux desktop

后端 未结 18 1984
时光说笑
时光说笑 2020-12-02 06:41

I am writing an application in Java for the desktop using the Eclipse SWT library for GUI rendering. I think SWT helps Java get over the biggest hurdle for acceptance on th

18条回答
  •  自闭症患者
    2020-12-02 07:02

    I've used the free Launch4J to create a custom launcher for my Java programs on Windows. Combined with the free NSIS Installer you can build a nice package for your Windows users.

    Edit: Did not see that you use SWT. Don't know if it works with SWT as well, because I used only Swing in my apps.

提交回复
热议问题