0

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?

Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433
Omid
  • 823
  • 1
  • 11
  • 31
  • What specific features does an application bundle provide that is of interest to this app.? I'll warrant you can get those features (and more) from [Java Web Start](http://stackoverflow.com/tags/java-web-start/info). – Andrew Thompson Apr 11 '13 at 23:00
  • 1
    I want it to be a .app file so it's as native as possible. Also to submit to appstore it needs to be .app. – Omid Apr 12 '13 at 10:10
  • *"..to submit to appstore it needs to be .app."* Ah. Got the need now. Thanks for clarifying. And no, JWS *cannot* do that. – Andrew Thompson Apr 12 '13 at 10:29
  • 1
    I figured out how to use appbundler now, although to submit to appstore you need to include JRE, making the file about 150 mb :( – Omid Apr 12 '13 at 11:44

1 Answers1

-1

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.

Dheeraj Upadhyay
  • 336
  • 2
  • 12