AppBundler: wrong working directory

Rainer Frey rainer.frey at inxmail.de
Tue Feb 28 23:58:34 PST 2012


On 28.02.2012, at 17:42, Tobias Bley wrote:

> When I try this with Apples JavaAppLauncher with JDK6 I get
> 
> => <path-to-app-bundle>/Contents/Resources/

IIRC this is only the case if the bundle is configured accordingly:
<dict>
	....
	<key>Java</key>
	<dict>
		<key>WorkingDirectory</key>
		<string>$APP_PACKAGE/Contents/Resources/Java</string>
...

Rainer


More information about the macosx-port-dev mailing list