Java 是我选择的编程语言之一。尽管我总是遇到将我的应用程序分发给最终用户的问题。
给用户一个 JAR 并不总是像我希望的那样对用户友好,而且使用 JavaWebStart 需要我维护一个 Web 服务器。
What's the best way to distribute a Java application? What if the Java application needs to install artifacts to the user's computer? Are there any good Java installation/packaging systems out there?