vote up 0 vote down star

I had a working application bundle on Mac OS X Tiger. I was easily able to just replace the jar file and everything worked as i made changes. I take that app bundle now, and when it is on Leopard, I get the error message along the lines of "Cannot open this application because it is not supported on this architecture".

I assume this is because Tiger is 32-bit and Leopard is 64-bit. Is there a way to make this same app bundle work on Leopard? Or do I have to make an entirely new one? I am not a Mac guy, so am limited in what to do from here.

flag

60% accept rate

1 Answer

vote up 0 vote down check

I can't help you with the error message, but if you are using Eclipse you can simply run export to .app to create a new one.

At least that's possible in the new version of Eclipse(Ganymede) like this:

Export->Other->Mac OS X application bundle

Step 1:

(Select Export..)

alt text

Step 2:

alt text

link|flag
I am using Galileo currently (Cocoa). I do not know if that feature is availble on here. I usually just exported as Runnable JAR and plugged it into the bundle. How do you export as .app? Or can you provide a link on how to do so? Thanks. – Ken Sep 21 at 17:40
Excellent thanks. I did not know you could export this way and it works. I just had to enable the checkbox that said to load in 32-bit mode. – Ken Sep 21 at 17:51
You're welcome! – André Hoffmann Sep 21 at 17:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.