gpt4 book ai didi

java - 如何通过单击 Windows 上的图标来运行 Java 程序?

转载 作者:搜寻专家 更新时间:2023-11-01 04:03:15 27 4
gpt4 key购买 nike

我编写了一个使用 Java swing 库的 Java 程序。现在我想通过双击 Windows 上的可执行文件来执行这个程序,就像任何其他带有 GUI 的程序一样。我怎么做?

最佳答案

因为它是基于 Java 的并且有一个 GUI,显而易见的答案是使用 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..

通过“桌面集成”读取支持平台上的桌面快捷方式和菜单项。

Desktop Icons on Windows 7

右侧的 2 个图标(JotPad 和 Star Zoom Animation)都是基于 Java 的应用程序,使用 Java Web Start 安装。由于 JotPad 是沙盒的,因此将提示用户是否创建快捷方式。应用程序不提供该选项。具有更高的权限级别,因此使用 IntegrationService 安装/删除快捷方式和菜单项会更有意义- 允许应用程序。 (提示用户后)在运行时创建/删除它们。

关于java - 如何通过单击 Windows 上的图标来运行 Java 程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11323510/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com