English 中文(简体)
为 Java 应用程序创建安装器
原标题:Creating an installer for a Java app

我需要一个建议

我需要为 Java 应用程序创建一个安装器 。 在稍稍乱乱翻之后, 我在 < a href="http://java- source. net/ open- source/ areveler-generators" rel= "nofollow" >these >/ a href="http://javabyexample.wisdomplut.com/java-concepts/ 34- core-java/ 63- make-an- replor- for-our-java- applications.html" rel=“no follow” > pages 。 稍作分析后, 我决定用 < a href="http://izpack.org/ " rel=" rel= "nofolf=" IzPack < a > a > a > 。 我找到了 < a href= "http://sonalimendispack.in.05/ write- repack - repack.html.html " rel=" " rel=" "nofolf" compact > this < this < a pet.

然而,现在我仍然被进一步开发所困。我需要以几种方式定制我的安装器,我相信IzPack的安装器是可能的,但我无法想出办法。 IzPack的邮寄列表及其堆积流标签的活动非常少,文件也非常贫乏。

于是我丢弃了IzPack, 开始手工写下自己的安装器。 在只写了两个框架之后, 我意识到这需要更多时间, 可能不可行 。

你知不知道有哪个其他安装发电机的文档和社群支持更好?你知不知道IzPack上有什么好的资源和链接,我可以在那里回答我的问题?还是你建议我坚持定制安装器的方法?请帮助。

问题回答

您可以尝试“http://www.ej-technology.com/products/revention4j/overview.html>>remotion4j ,它有良好的文件和商业支持......。

创建多平台安装器的另一个有效的替代方法可以是 BitRock 安装器(InstallBuilder )。

如果您在窗口上运行,请查看“http://en.wikipedia.org/wiki/IExpress" rel=“nofollow”

要尝试它,请按 alt 键并简单地键入 表达 并按 Enter

查看 < a href=> "https://stackoverflow.com/tags/java-web-start/info> > Java Web Start start 。它是跨平台的,并得到了制造商(Sun/Oracle)的良好支持。我不知道它是否符合该安装的其他要求,但当您指定这些要求时可能会知道更多。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签