JAR bundler not found in MAC PC after installing JDK

218 Views Asked by At

I am developing an admin application in JAVA that is supposed to run in all platform. For this application I need to create an installer. But I am facing some problems in MAC. In order create installer in MAC I need to bundle JAR file. But I don't find any JAR bundler in my PC though I have setup the latest JDK. Can someone help me to get the JAR bundler? Please specify the full process to get JAR bundler.

NOTE: I am developing the app using eclipse IDE.

2

There are 2 best solutions below

0
On BEST ANSWER

Solution:

The solution of this problem can be found in the following link. Apparently, Apple has discontinued the existence of JAR bundler.

0
On

JarBundler is obsolete, but there is a (better) official replacement: the javapackager tool.

For OSX, A simple, well explained, step by step tutorial on how to create a DMG from java is here: http://centerkey.com/mac/java/ .