How can I create a .msi file for a Java program ? (eclipse)

前端 未结 5 433
北恋
北恋 2021-01-12 01:27

I have a java project which I\'m hoping to package and sell. How can I create a .msi file which will install my program on other windows computers? If there are any tutoria

5条回答
  •  感情败类
    2021-01-12 02:23

    I believe you want to look at Native Packaging, which according to this link was first introduced with JavaFX 2.2

    https://netbeans.org/kb/docs/java/native_pkg.html

    Since it seems to be official Netbeans docs, I imagine it is sanctioned by Oracle. Here is the counterpart for Mac for interested readers.

    http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html

提交回复
热议问题