Hey guys,
Do any of you guys worked with with IzPack? i created an installer with izpack for mac but i have no ideea how to make the launcher(executable) for my application to run on mac (*.app).
Thanks in advance.
Printable View
Hey guys,
Do any of you guys worked with with IzPack? i created an installer with izpack for mac but i have no ideea how to make the launcher(executable) for my application to run on mac (*.app).
Thanks in advance.
You have to write an XML file (the IxPack distribution comes with an example file) and 'compile' it to produce a big .jar file that contains your files to be distributed. There is no executable (machine code) file created and your target computer needs to have a JRE installed.
kind regards,
Jos
You have to write an XML file (the IxPack distribution comes with an example file) and 'compile' it to produce a big .jar file that contains your files to be distributed. There is no executable (machine code) file created and your target computer needs to have a JRE installed.
kind regards,
Jos