What's the best way to start Java applications on Windows 7?

前端 未结 5 885
谎友^
谎友^ 2020-12-07 13:42

Requirements

I want to publish a Java GUI application on Windows 7. This application is using the Swing Toolkit and doesn\'t need any native code. The application

5条回答
  •  囚心锁ツ
    2020-12-07 14:15

    Java Web Start - I wouldn't consider distributing an application any other way, these days.

    The user does need to have at least J2SE 1.4; if your applications needs a later version, Web Start will automatically download an appropriate JRE.

    See the JNLP reference for the tags for desktop integration (shortcut and offline-allowed), and file associations (association). These are only supported in WS 1.5 though.

提交回复
热议问题