Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Porting eclipse to macosx-gtk-x86

The new Cocoa stuff is almost certainly the way to go, but if you're going to fiddle with gtk the little port of the Motif version to macosx I did way back before Carbon was working properly might be some help (although probably not much since so much has changed).

http://pagesmiths.com/eclipse/

Jim

Tom Bates wrote:


Hi All, I've got an eclipse based application that currently runs on Windows and Linux. It requires Java 1.6. Problem is that Eclipse on macosx only has Carbon support and Carbon isn't supported by Java 1.6. I figured the route to go would be to create a macosx based eclipse using gtk and then run my application using it. Any suggestions?
Thanks,
Tom



Back to the top