[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.dtp] Re: Missing Dependency

Erik wrote:
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?

Hi Erik...

What version of DTP are you working with? But yes, it does sound like a missing dependency.

--Fitz