Using a bundled JRE on OSX

后端 未结 5 675
面向向阳花
面向向阳花 2020-12-28 17:55

For some time now, our Java application has came pre bundled with a JRE on Windows. We have a little launcher app written in C that make the application use our pre bundled

5条回答
  •  轮回少年
    2020-12-28 19:00

    Here is a step-by-step guide from Oracle themselves on how to bundle a JRE for distributing on Apple: http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html

提交回复
热议问题