Packaging Java apps for the Windows/Linux desktop

后端 未结 18 2034
时光说笑
时光说笑 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:04

    I have used JSmooth in the past, and still have luck with it. The UI is pretty buggy, but I only use that for building the config file once, and then I build from Ant after that.

    What issues are you having with JSmooth?

提交回复
热议问题