简体   繁体   中英

JAR bundler not found in MAC PC after installing JDK

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.

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

Solution:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM