Java 桌面应用程序的安装程序

发布于 2024-11-27 21:04:16 字数 151 浏览 0 评论 0原文

我正在开发一个库存系统,即java桌面应用程序。我使用 Ms Access 作为数据库引擎,并且有某些模块,例如使用 ireport 和其他此类依赖项生成报告。我需要问如何为我的应用程序制作安装程序,该安装程序将安装一些字体,复制数据库文件,安装jre以使其运行等。请指导我。 感谢期待。

I am developing an inventory system i-e a java desktop application. I am using Ms Access as database engine and there are certain modules e.g one makes reports using ireport and other such dependencies. I need to ask how can I make installer for my application which will install few fonts, copy database files, install jre to make it run etc. Please guide me in it.
Thanks in anticipation.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奶茶白久 2024-12-04 21:04:16

这是我过去简单使用过的东西,它可能会满足您的需求。它是一个开源安装程序构建器系统,专为 Java 应用程序量身定制。

http://izpack.org/

This is something I've briefly used in the past, and it may serve your needs. It's an open source installer builder system, tailored towards Java apps.

http://izpack.org/

避讳 2024-12-04 21:04:16

我使用了 jsmooth,它创建了一个可以透明解压和运行的 EXE 文件。不是一个完整的安装程序,但对我们来说效果很好。

注意:我还没有看到任何 Java 安装程序询问“有可用更新。现在更新吗?”问题。

如果这对您很重要,那么请考虑 Java WebStart,它会在每次启动时检查更新(但不询问)。

I've used jsmooth which creates a single EXE-file that unpacks and run transparently. Not a full installer but worked well for us.

Note: I have not seen any Java installers which asks the "There is an update available. Update now?" question.

If this is important to you, then consider Java WebStart which checks for updates at each launch (but do not ask).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文