Hi all please tell how to build setup for mac system from .jar files.
I just tried jar bundler but in that file no main class is available
please let me know as quick as possible
Hi all please tell how to build setup for mac system from .jar files.
I just tried jar bundler but in that file no main class is available
please let me know as quick as possible
I read this article for creating installer in MAC OX. http://www.centerkey.com/mac/java/
Though its a different tool, but it gave an important hint in point 5.
Can you please check in your manifest file, if you have the entry for the main class ?
Main-Class: <Main Class name>
This should allow the installer to recongnize the Class name.