Currently browsing category

Rich Client Platform(RCP)

Eclipse GEF Tutorial – GEF MVC

This code example belongs to the Eclipse RCP tutorial series. Eclipse GEF (Graphical Editing Framework) contains three components: Draw2d (org.eclipse.draw2d), GEF (MVC) …

Eclipse PlatformUI Examples

In this tutorial, I will use examples to show you how to use the Eclipse PlatformUI class. PlatformUI is a final class …

Add JDBC Database Connection to an Eclipse Plug-in

Error message(partial): java.lang.ClassNotFoundException: com.mysql.jdbc.Driver at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410) at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107) at java.lang.ClassLoader.loadClass(Unknown Source) You may check again and again if …