I am a noob in creating installer. I have a java application that uses C++ shared Library through JNI. Now I want to create an installer for MAC OSX. And as the shared libraries are needed to run the app so we need to copy the dependent libs folder also. I have tried in several ways and searched thousands of time but everybody is referencing their tools for this purpose. Can anyone suggest me that how can I create installer for MAC OSX?
Please give a full manual or howtos as I have mentioned earlier that I am a noob.
Thanks in advance.