Re: Java package name on Mac title bar
Posted By:
Bahman_Barzideh
Posted On:
Saturday, January 4, 2003 01:49 PM
Try building a MAC application from your program. Start
by downloading the following document from the Apple web
site:
Inside Mac OS X
Java Development on Mac OS X
Java 2 Platform, Standar Edition Version 1.3.1
This document gives detailed information on how to develop
a Java program for the Mac including how to build a .app
from your java application. This is done using the MRJAppBuilder.
The above document has excellent documentation on how to
use this tool.
I have not been able to find MRJAppBuilder on my machine.
However, I have found a different application called
Jar Bundler in the following path:
Mac HD:Developer:Applications.
Start up this app and you will find much of the same fields
the above document references for MRJAppBuilder. The field
you are looking for is on the Properties tab. Set
the value of "Bundle Name" field. Overall this is a very
painless & quick process.
Hope this helps.