在 mac 操作系统上使用 packagemaker
我想使用包制作工具在我的 java 应用程序的 mac 操作系统上制作安装包。有没有人有链接可以显示执行此操作的分步指导。
i want to make the installation package on the mac os of my java application using the package maker. is there any one having the link that will show step by step guidance for performing this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 Mac OS 的 Java 部署选项Apple 开发者网站 上的 X。这是一个
ant build.xml
文件,其目标是组成 Mac 应用程序包并创建
.dmg
磁盘映像。或者,考虑使用该项目也支持的 Java Web Start。See Java Deployment Options for Mac OS X on the Apple Developer site. Here's an
ant
build.xml file with targets to compose a Mac application bundle and create a.dmg
disk image. Alternatively, consider using Java Web Start, also supported by that project.