Convert Java to .app file for MacOSX using JarBundler

前端 未结 3 481
温柔的废话
温柔的废话 2020-12-14 10:50

All I\'m trying to do is convert a simple java program into a macOSX .app file so I can distribute it as a simple executable file.

I\'ve read all over the place and

3条回答
  •  眼角桃花
    2020-12-14 11:41

    On Mac OS X, an application bundle is a directory that has a name ending in .app and that contains the resources used by the application. This game is an example that constructs the bundle in situ using an ant build script. Additional references are cited here.

提交回复
热议问题