0

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.

Naseef Chowdhury
  • 2,357
  • 3
  • 28
  • 52

2 Answers2

1

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/ .

Marco
  • 423
  • 5
  • 7
0

Solution:

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

Community
  • 1
  • 1
Naseef Chowdhury
  • 2,357
  • 3
  • 28
  • 52