[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: Eclipse on macbook pro

You've proably downloaded the wrong version. You've got a PPC version, and you want the Intel version.

I don't know which version started having x86 support, but it looks like your command (-arch PPC) is thinking it's a PPC and not x86. To me, that looks like the wrong version.

Have a look to see what org.eclipse.swt.* packages there are. If it's a universal for both, you should see org.eclipse.swt.macosx.carbon.ppc and org.eclipse.swt.macosx.carbon.x86 packages. If you only see the PPC one, you've not got the right one :-)

The only thing I could say is download the latest milestone build to see if that has it in place.

Alex.