|
Re: org.eclipse.ui.forms not included in Plug-In dependencies [message #436333 is a reply to message #436332] |
Tue, 06 September 2005 10:21 |
Eclipse User |
|
|
|
Originally posted by: georgem.xjtek.com
Open the plugin.xml and add org.eclipse.ui.forms plug-in to your plug-in
dependencies. After that it appears in your project classpath.
BR,
George
"arne anka" <arne.anka@ginguppin.de> wrote in message
news:op.swn9pzr3uyrgnr@localhost...
>i would like to test FormEditor but a newly created class causes the
>following errors:
>
> package myplugin;
>
> import org.eclipse.ui.forms.editor.*; <---"The import
> org.eclipse.ui.forms cannot be resolved"
>
> public class ShortEditor extends FormEditor{} <---"FormEditor cannot be
> resolved to a type"
>
> i had to insert manually org.eclipse.ui.forms.editor.FormEditor in the
> "Super Class"-field of the wizard because
> org.eclipse.ui.forms.editor.FormEditor was not available in the list to
> browse.
> even checking org.eclipse.ui.forms as dependency in the runconfiguration
> did not help.
>
> how do i include org.eclipse.ui.forms in my rcp-project so that it wotuld
> be recognized and included?
|
|
|
Powered by
FUDForum. Page generated in 0.03196 seconds