开发者

I want to distribute a Java application [duplicate]

This question already has answers here: What's the best way to distribute Java applications? [closed] (15 answers) Closed 9 years ago.

I want to distribute 开发者_如何学Ca Java desktop application for Windows. Which is the best method?

Convert a .jar fiel to an EXE file and bundle it with NSIS.

Or is there any another method?

I want it for a Windows application with an easy interface to install.

The application is 3 MB, but if I bundle JRE with it its size increases. Is there any alternative, like adding some DLL file, etc.?


I would recommend JSmooth as a really good open source program to create an exe from a jar. It also has the functionality to check for a JRE when executed which is important when distributing your application.


Consider Java Web Start.


IzPack And is cross platform

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜