how to make .dmg file for a java.jar file?
how to make .dmg file for a java.jar file?
how to make .dmg file for a java.jar file?
Not really understanding you question but this may help https://support.apple.com/kb/PH22247?locale=en_US
If not what your looking for please explain in more detail.
Hi,
Actually I made a project in java and every time when I have to use it I have to start it by using command line. So I made a .exe file of my project(which is java.jar) and that is working on Windows but now I have to use it on Mac so again I have to run it through command prompt so in order to avoid that I want to build an .dng file which will easily run on Mac and even I can give it other users so they can also directly install and they don't have to use command prompt. So this is my problem.
Pls whatever you can pls ...
You should be able to run a jar file just by double-clicking on it.
For only the *first* time you launch it, this is disallowed by gatekeeper. All you have to do (again, just the *first time* you launch it) is to instead do control-click, choose Open and then confirm.
FWIW, a .dmg is a disk image which can contain files. They do not run. Think of them as a drive that mounts.
how to make .dmg file for a java.jar file?