Create Windows Installer for Java Programs

前端 未结 9 1393
你的背包
你的背包 2020-12-01 00:24

I\'m a Java beginner.

I already created a simple GUI application that display will \"hello world\" label.

But, how can I create an installer from .java or .j

9条回答
  •  执念已碎
    2020-12-01 00:39

    1. Install exe4j

      • This you will use to create a .exe file from a jar file
    2. Install inno setup compiler

      • This is used to create installer

    An outdated but relevant video to guide you through https://www.youtube.com/watch?v=kSmhIunxVW4

提交回复
热议问题