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

Feel free to open a bug against PDE with details.

In future I suggest that you ask questions like this in say the RCP forums (http://www.eclipse.org/forums/)

Jeff


On 2010-07-15, at 12:23 PM, Eugen Reiswich wrote:

> That was it!!! Thank you Jeff!
> 
> I indeed created my product file based on a launch configuration. I always do it that way and it has never been a problem before. We've also tried the deployment on my colleague's mac book and the same problem stroke us. Could this be a general problem?  
> 
> Regards,
> Eugen
> 
> Am Jul 15, 2010 um 16:56  schrieb Jeff McAffer:
> 
>>> 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
>> 
>> _______________________________________________
>> epp-dev mailing list
>> epp-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/epp-dev
> 
> _______________________________________________
> epp-dev mailing list
> epp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/epp-dev



Back to the top