How do I create a MAC installation package from a .jar?

Joined
Jan 5, 2015
Messages
1
Reaction score
0
Points
1
Hi,

I have created a Java application and would like create a MAC OS installation package so users can install and run the application.

I created a the application using Eclipse.

Thanks,

Chris
 
Joined
Nov 26, 2014
Messages
66
Reaction score
0
Points
6
First you will need to make a .app bundle. This is often done using javafxpackager. then you will need to use package maker to make a .pkg file.
 
Joined
Feb 14, 2004
Messages
4,781
Reaction score
166
Points
63
Location
Groves, Texas
Unless it has files that need to be installed all over the system, most apps are simply put into a .dmg which are mounted and the app dragged to the Applications folder.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top