16.06.2010, 17:18
I did some analysis again on the RouteConverter64.app. The JavaApplicationStub is a 32bit version. The JAVA 1.6 on Leopard is 64bit. That's why it doesn't run. I copied my "/System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/MacOS/JavaApplicationStub", which is 64bit, into "RouteConverter64.app/Contents/MacOS/". Then the application starts correctly, however without the map (Failed to create chriis.dj.nativeswing ....).
The info.plist java parameters are not interpreted obviously.
I tried with only but that didn't work either.
I will google a little further on VMOptions for OSX bundles.
The info.plist java parameters
Code:
<key>VMOptions</key>
<string>-Xmx256m -XstartOnFirstThread</string>I tried with only
Code:
<key>VMOptions</key>
<string>-XstartOnFirstThread</string>I will google a little further on VMOptions for OSX bundles.
