Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Eclipse on Mac OSX

Hello,

I have made a port Eclipse on Mac OSX.
I have not an expert of the OSX interface and I take a other way.

I have XonX / XDarwin on my Mac (based on XFree86 4.2)
with fink (fink.sourceforge.net) I have get gnome and WindowMaker

I get the gtk version of eclipse (eclipse-SDK-20010125-linux-gtk.zip)
I have just modified the makefiles and the file callback.c, (Thanks to Boris Shinganov for the modification of callback.c for my compiler)

If you want to launch eclipse gtk on your mac just take the 3 libraries
and launch eclipse with the option -ws gtk

All seems work but, I have a problem in some cases and all time when I make a new Project :-(
I have the message :

Unhandled exception caught in event loop
Reason:
java.lang.NullPointerException

Do you have a idea ? I can't work on it before the next WE.

I know that the good solution is the native interface (Thanks to André Weinand) but the gtk solution is speediest to port.

Laurent

JPEG image

Attachment: libs-mac os x-2023.zip
Description: Binary data

Attachment: swtallsrc.zip
Description: Binary data


Back to the top