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

前端 未结 5 403
北恋
北恋 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:14

    There's nothing special about Java apps when it comes to creating MSI's other then you have to make sure you have a JVM/JRE installed just like you have to make sure the .NET framework is installed for .NET applications.

    Your question is too broad to be able to answer. Implicit in your question is "What tool should I use?" and once that's decided "How do I make an MSI using this tool?"

    For the first question, check out:

    Windows Installer Authoring Tools for Developers

提交回复
热议问题