Create Mac .dmg file from Java -


i create dmg file java.

the reason why needs java twofold: must part of our build farm (which runs on non mac os x platform) , our build uses maven (which pretty means java).

as far can tell inside dmg file can iso9660 file system. can create such beast using this still need part whole thing wrapped in dmg format. iso2dmg tool except need java.

when answering: forget maven part. if have java solution can figure out maven stuff myself. (e.g. creating own little maven plugin if need to).

you can use javapackager tool.

a simple, explained, step step tutorial on how create dmg java here: http://centerkey.com/mac/java/


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -