Trying to use App Bundler to convert my .JAR to .APP but the documentation is difficult to understand.
Does anybody know any tutorials or how to do it?
Trying to use App Bundler to convert my .JAR to .APP but the documentation is difficult to understand.
Does anybody know any tutorials or how to do it?
3 steps answer working definately
1.In mac download and install netbeans: https://netbeans.org/downloads/ for mac
2.Import your existing project in netbeans environment in mac.
3.Right click on imported project --> Package as----> select dmg
It will crate dmg container with .app file and application shortcut.