有 Java 编程相关的问题?

你可以在下面搜索框中键入要查询的问题!


共 (5) 个答案

  1. # 1 楼答案

    对于Windows,可以考虑使用Launch4j之类的包装

  2. # 2 楼答案

    名单上没有最好的

    1. Java Web Start

    Java Web Start (JWS) is the Oracle Corporation technology used to launch rich client (Swing, AWT, SWT) desktop applications directly from a network or internet link. It offers 'one click' installation for platforms that support Java.

    JWS provides many appealing features including, but not limited to, splash screens, desktop integration, file associations, automatic update (including lazy downloads and programmatic control of updates), partitioning of natives & other resource downloads by platform, architecture or Java version, configuration of run-time environment (minimum J2SE version, run-time options, RAM etc.), easy management of common resources using extensions..

    如果不清楚,我会从用户的角度将JWS评为“最佳”。这些优点的细节在描述的第二段中有很多表达,但在第一段的最后一句中也有表达。别忘了下一段的第一句

    By default, an applet-like security sand-box is applied to code launched using JWS. ..

  3. # 3 楼答案

    我认为runnable jar是桌面应用程序的一个好选择。当我把它用于我的桌面应用程序时,它更舒适、更友好

  4. # 4 楼答案

    我认为这将取决于谁是你的应用程序的用户。 如果用户是非技术人员,你最好使用可运行的jar,因为 他们不太可能把论点传递给你的程序

    如果他们是你的团队成员或其他技术人员,你可以给他们打电话。球棒 玩你的应用程序

  5. # 5 楼答案

    开源软件总是使用。蝙蝠或者。sh文件来分发java应用程序。我认为这是一个很好的选择