Older Posts
-
Recent Thoughts
Categories
- as-a-student (10)
- eclipse (59)
- enterprise software (6)
- entrepreneurship (17)
- family (1)
- java (38)
- JDeveloper (3)
- management (38)
- miscellaneous (5)
- Mobile (7)
- plugins (34)
- product management (6)
- religion (1)
- reviews (42)
- software (76)
- startups (12)
- technology (81)
- travel (7)
- uc-davis-gsm (1)
My Network
-
Who's Online
4 visitors online now2 guests, 2 bots, 0 members
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
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
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
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
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