I have added DTP to my RCP application and I get the following error
when opening the DSE while the properties view is open.
!ENTRY org.eclipse.ui.views.properties.tabbed 4 4 2009-07-31 15:08:15.324
!MESSAGE Contributor
org.eclipse.datatools.connectivity.DataSourceExplorerNavigator cannot be
created.
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in
org.eclipse.datatools.connectivity.ui.dse was unable to load class
org.eclipse.ui.internal.navigator.resources.workbench.TabbedPropertySheetTitleProvider.
..
Caused by: java.lang.ClassNotFoundException:
org.eclipse.ui.internal.navigator.resources.workbench.TabbedPropertySheetTitleProvider
If I add org.eclipse.ui.navigator.resources as a dependency in
org.eclipse.datatools.connectivity.ui.dse the problem goes away.
Is this a missing dependency?