views:

160

answers:

1

Hello,

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.

A: 

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.

trashgod