Create an exe with jar file AND resources

前端 未结 1 1807
不思量自难忘°
不思量自难忘° 2021-01-27 15:48

Is there a way to create an exe that includes a resources folder inside it? I am looking for something like mac\'s Application bundle package things. I also want the ability to

相关标签:
1条回答
  • 2021-01-27 16:24

    If you build the jar with the resources inside it, then you can use launch4j to wrap it as an executable (for free!).

    You'll still need the JRE, but otherwise it will act just like a normal .exe.

    0 讨论(0)
提交回复
热议问题