Tag Archives: SWT

JFace Dialogs : which one is right for you ?

JFace framework of Eclipse provides many standard and useful dialogs and a framework to build custom dialogs and wizards. When the standard dialogs seems to be too simple for your plugin or RCP developement, one can extend the standard dialogs … Continue reading

Posted in eclipse, java, plugins, software | Tagged , , , | 4 Comments

org.eclipse.swt.SWTException: Unable to load graphics library [GDI+ is required] (java.lang.NoClassDefFoundError)

This is the SWTException that you might see on the W2K machine. This cause for this exception is absence of GDI+ library (gdiplus.dll) on Windows 2000. On WindowsXP and Vista they come by default and its taken care of. Don’t … Continue reading

Posted in eclipse, plugins | Tagged , , | Leave a comment

Eclipse SWT Browser and Cross Browser compatibility

I have been using the Browser widget from past 1 year in my project which is targetted on AJAX and SOA kind of integration environments in Eclipse. As one can imagnine that the inbuilt browser capabilities are necessary on AJAX … Continue reading

Posted in eclipse, java, plugins | Tagged , , | Leave a comment

Minimum set of plug-ins for Eclipse RCP

There has been a lot of confusion about the RCP and the number of plug-ins. Does org.eclipse.core.resources or org.eclipse.ui.ide a part of the RCP plug-ins. As i have seen and built the RCP applications…there are only TWO plug-ins needed for … Continue reading

Posted in eclipse, plugins | Tagged , , | Leave a comment

What does Eclipse RCP Provide ?

For all those who think of the Eclipse as Java IDE, please ….come out of this notion. If you strip all the plug-ins that makes Java IDE, then we are left with the core components like… views, perspectives, menus, toolbars, … Continue reading

Posted in eclipse, software | Tagged , , , | Leave a comment