Packaging Java apps for the Windows/Linux desktop

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

    Have you considered Advanced Installer?

    I have used it severally especially for Windows and Mac. No scripting or Ant required. All GUI. Very simple and understandable. Ain't free but worth every penny.

    - Lauch as Administrator
    - File Association
    - Custom Install Themes + In built Themes
    - Package with JRE
    - Install location
    - Native Splash screen implementation
    - You can event create services and installation events
    - Prerequisites
    - JRE minimum version and maximum version

    And a lot more. And don't get it twisted, i have no connections with the dudes...their App is just awesome.

提交回复
热议问题