Re: Launch Arguments in a Deployment build?
Re: Launch Arguments in a Deployment build?
- Subject: Re: Launch Arguments in a Deployment build?
- From: Finlay Dobbie <email@hidden>
- Date: Fri, 11 Jun 2004 11:57:33 +0100
On 10 Jun 2004, at 14:45, Randall Meadows wrote:
OK, so I've entered "Launch Arguments" for my Swing Application
product built by Xcode. Everything seems to work just peachy when
launching from Xcode, but when I create a deployment build and try to
double-click launch it from Finder, it appears that these arguments
are not seen/used. How do I fix this problem?
The launch arguments are only for when the application is launched from
Xcode. There is no concept of storing the arguments within the .jar
itself. If you want to do this, you might be able to using the Jar
Bundler application (in /Developer/Applications/Java Tools), which will
turn your .jar into a .app bundle. I think it lets you specify
arguments, but I haven't used it in some time.
-- Finlay
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.