Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Leopard + Helios SWT problems

> I am working with Eclipse 64bit Cocoa. Within the IDE everything works fine but as soon as I deploy my app it crashes. I also tried the -d32 argument but unfortunately it didn't help.

-d32 would not help if you are on 64bit

>> 	-os ${target.os} -ws ${target.ws} -arch ${target.arch} 
>> These arguments should not be there in an exported app.
> 
> Hmm, I didn't change these parameters in the product file. Could this be the source of the problem?

delete the arguments and try it.  They were likely put there in the original launch config and then you made a .product from that launch config so they were carried over.  Just a guess

Jeff



Back to the top