[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT programs don't work for me after Snow Leopard upgrade

William Kitching wrote:
I performed a format and clean install of Snow Leopard on my mac recently and proceeded to get my development environment back online.

I installed Eclipse Galileo, and obtained all my source code from my online repository.

All of a sudden, SWT based applications are causing me problems. The SWT based applications crash on what's usually the 1st function call of the program:

display = new Display();

I've run the same code from the same dev setup on Windows XP and that seems to handle my programs fine.

Unfortunately, I'm not competent enough to debug the actual SWT code itself and the debugger seems confused where the actual program lies.

I've tried the carbon & cocoa release and they both produce the same problem.

Can anyone offer any help? Thank-you.


Try adding the -d32 switch to your vm launch config.