Tango wrote:
>I need install Java application on Mac and the install tool should be some
>thing like InstallShield stuff.
If your app is a single jar-file with no special properties, you don't need
any installer. Simply make the jar-file available for download. When
users double-click it in the Finder, it will run the main class.
If you want custom application icons and other niceties, see this:
<http://developer.apple.com/documentation/Java/Conceptual/Jar_Bundler/index.html>
For other Java resources, start here:
<http://developer.apple.com/documentation/Java/Tools-date.html>
and use the "Other Resources" choice at the top of the page to visit other
Apple Java resources.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden