This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Mac OS and the fly likes Installer for Java Application on Mac Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Mac OS
Reply Bookmark "Installer for Java Application on Mac" Watch "Installer for Java Application on Mac" New topic
Author

Installer for Java Application on Mac

Nike Smith
Greenhorn

Joined: Oct 05, 2007
Posts: 11
How to package and distribute Java Swing Application? The application contains several third party .jar files as well as some .dll files.
It should be installable on OS 10.4, 10.5, 10.6 platforms.

Thank you
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
JarBundler to the rescue! (Haven't tried it with native libraries, though.)

If you have XCode installed then there's a similar tool from Apple at "/Developer/Applications/Utilities/Jar Bundler"


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Installer for Java Application on Mac
 
Similar Threads
Defining classes in different files
session data lost when update new java files
java application and its supporting files
can java make exe files?
How to compile and run ejbs through a command prompt