Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » org.eclipse.ui.forms not included in Plug-In dependencies
org.eclipse.ui.forms not included in Plug-In dependencies [message #436332] Tue, 06 September 2005 08:26 Go to next message
arne anka is currently offline arne ankaFriend
Messages: 133
Registered: July 2009
Senior Member
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?
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 Go to previous message
Eclipse UserFriend
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?
Previous Topic:How to pass arguement to an application
Next Topic:Opening a specific editor
Goto Forum:
  


Current Time: Sat Dec 14 17:49:01 GMT 2024

Powered by FUDForum. Page generated in 0.03196 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top