[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: org.eclipse.ui.views.properties.IPropertySource missing

shorten5273 wrote:
Any ideas out there why the org.eclipse.ui.views.properties package seems to be missing from both my recently downloaded Eclipse 3.0.2
and my previous 3.0.1


I am trying to create a Properties view but my reference to the IProperty Source interface can't be resolved. Help!

I seem to have got it working by going into the Project Properties dialog under the "Java Build Path" Libraries tab and adding an external jar file :


views.jar - C:\Program Files\...\org.eclipse.ui.views_3.0.0

I found this Java Build path entry under the an example project that had the same reference to IPropertySource but, unlike my project, compiled.

I still don't understand why I had to add this manually. Is my Plug-in development environmnet not configured correctly???