Java 7 Application built on OSX 10.9 crashing on startup on 10.7.5
Paul Taylor
paul_t100 at fastmail.fm
Fri Nov 1 02:10:54 PDT 2013
On 01/11/2013 01:41, Michael Hall wrote:
> On Oct 31, 2013, at 7:10 PM, Paul Taylor wrote:
>
>> On 31/10/2013 21:49, Michael Hall wrote:
>>> On Oct 30, 2013, at 4:38 PM, Paul Taylor wrote:
>>>
>>>> /Applications/Jaikoz.app/Contents/MacOS/Jaikoz
>>> I'm assuming this is the appbundler JavaAppLauncher. Which branch? java.net project or infinitekind? Which OS version was it built on?
>> Ah, I think you have it.
>>
>> It was the latest version of infinitekind on mavericks, and now I remember change something in the appbundler build file because it couldn't find some 10.7 files, is it possible these files on 10.9
> is it possible these files are not on 10.9? I would think some incompatibility is possible.
> You could maybe try building the native executable on 10.7 instead of 10.9. If it works, you have one executable that works for all. Otherwise you might have to resolve the incompatibility.
> For infinitekind, or both JavaAppLauncher projects, figuring out what the incompatibility is might be appreciated anyhow.
>
Hi Michael
Sorry that sentence didn't make much sense, I meant to say 'is it
possible to install the missing files on OSX 10.9 so that appbundler
builds without modification.'
Anyway, I have found my mistake in the build.xml for appbundler i modified
<arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"/>
<arg value="-mmacosx-version-min=10.7"/>
to
<arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"/>
<arg value="-mmacosx-version-min=10.8"/>
I should have just changed the first line, and left the second line alone
<arg value="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk"/>
<arg value="-mmacosx-version-min=10.7"/>
Building my application using this version of Appbundler it now works
okay on 10.7, 10.8 and 10.9
Ive looked at the Infinitekinds Appbundler and this changed has already
been committed, but unfortunately that occurred after I downloaded it.
So sorry stupid mistake on my part but this backups my unanswered post
on the Appbundler mailing list that it would be useful if Infinitekind
made a prebuilt download available to help those of us who don't really
understand non java stuff, and also had their own mailing list/bug
tracker as there is no way to communicate on bitbucket except committing
code and commenting on code, if that was the case I would have asked
someone instead of blindly changing the build.xml without understanding
what I was doing.
Paul
Paul
More information about the macosx-port-dev
mailing list