On Tue, 28 Sep 2004 12:13:24 +1000, David Darby <email@hidden> wrote:
> How do I pass arguments to my bundled application using the command
> line? For example, I have an application bundle called "MyApp.app". I
> wish to pass the -foo argument to it when I open it using the command
> line. I've tried "open MyApp.app -foo" and other combinations but the
> arguments are ignored. Thanks for any help.
maybe:
MyApp.app/Contents/MacOS/MyApp -foo
and then get the arguments with NSSystem.arguments()
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden
This email sent to email@hidden