Mac版Java6だと、eclipseが起動しないらしい…件について

Apple is not supporting the 64-bit carbon API. SWT is written using carbon so it must be 32-bit. Apple won't support 32-bit JDK 1.6. Therefore SWT won't run on JDK 1.6 (along with any other Java program that had natives that made carbon calls). Nothing we can do here other than port to cocoa (which has been started but is still in the early stages).

ポイントは、

と言う訳で、
64bit版Macで、Java6だと、eclipseは起動しない。
と言う事になりまつ。


将来的に、MacSWTが64bitCocoaベースで書き直されるまでは、
eclipseは、64bitMacでは動かない…と言う事か。


何てコッタイ。


で、SWTCocoa版は、eclipse3.5で入る予定らしい。

The Cocoa port of SWT will ship with Eclipse 3.5.

ちなみに、eclipse3.5のリリースは…と言うと、

3.5.0: 2009-06-26 planned

6月の後半だすな。