Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Problem with GraphicalEditorWithPalette
Problem with GraphicalEditorWithPalette [message #146100] Tue, 03 August 2004 05:44 Go to next message
Eclipse UserFriend
Originally posted by: avier5.hotmail.com

Hi All,
I am trying to work with GraphicalEditorWithPalette and the problem is as
follows:

"The type org.eclipse.ui.part.EditorPart cannot be resolved. It
is indirectly referenced from required .class files FlowEditor.java
FInal_Test/org/eclipse/gef/examples/flow/ui "

and
"The project was not built since its build path is incomplete.
Cannot find the class file for org.eclipse.ui.part.EditorPart. Fix the
build path then try building this project FInal_Test
"

I am working with eclipse 3.0 and GEF 3.0
What I can do to prevent those errors?

Thanks for the help,
Avier5.
Re: Problem with GraphicalEditorWithPalette [message #146118 is a reply to message #146100] Tue, 03 August 2004 07:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: word-up.gmx.de

Probably you forgot to add a required plugin as a dependency in your
plugin.xml.
Try to add "org.eclipse.core.runtime.compatibility" to the required
plugins.





Avier5 wrote:

> Hi All,
> I am trying to work with GraphicalEditorWithPalette and the problem is as
> follows:

> "The type org.eclipse.ui.part.EditorPart cannot be resolved. It
> is indirectly referenced from required .class files FlowEditor.java
> FInal_Test/org/eclipse/gef/examples/flow/ui "

> and
> "The project was not built since its build path is incomplete.
> Cannot find the class file for org.eclipse.ui.part.EditorPart. Fix the
> build path then try building this project FInal_Test
> "

> I am working with eclipse 3.0 and GEF 3.0
> What I can do to prevent those errors?

> Thanks for the help,
> Avier5.
Re: Problem with GraphicalEditorWithPalette [message #146199 is a reply to message #146118] Tue, 03 August 2004 11:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: word-up.gmx.de

Hi, me again.....
probably its not the mentioned plugin...sorry about that.
...just try others, probably one of "org.eclipse.ui" or another that
starts with "org.eclipse.ui". But your problem definitively results from
missing required plugins.

Max wrote:

> Probably you forgot to add a required plugin as a dependency in your
> plugin.xml.
> Try to add "org.eclipse.core.runtime.compatibility" to the required
> plugins.





> Avier5 wrote:

> > Hi All,
> > I am trying to work with GraphicalEditorWithPalette and the problem is as
> > follows:

> > "The type org.eclipse.ui.part.EditorPart cannot be resolved. It
> > is indirectly referenced from required .class files FlowEditor.java
> > FInal_Test/org/eclipse/gef/examples/flow/ui "

> > and
> > "The project was not built since its build path is incomplete.
> > Cannot find the class file for org.eclipse.ui.part.EditorPart. Fix the
> > build path then try building this project FInal_Test
> > "

> > I am working with eclipse 3.0 and GEF 3.0
> > What I can do to prevent those errors?

> > Thanks for the help,
> > Avier5.
Re: Problem with GraphicalEditorWithPalette [message #146274 is a reply to message #146100] Tue, 03 August 2004 15:01 Go to previous message
Pratik Shah is currently offline Pratik ShahFriend
Messages: 1077
Registered: July 2009
Senior Member
Try updating the classpath (Right-click on plugin.xml, PDE Tools -> Update
Classpath).

"Avier5" <avier5@hotmail.com> wrote in message
news:cen8oa$oo$1@eclipse.org...
> Hi All,
> I am trying to work with GraphicalEditorWithPalette and the problem is as
> follows:
>
> "The type org.eclipse.ui.part.EditorPart cannot be resolved. It
> is indirectly referenced from required .class files FlowEditor.java
> FInal_Test/org/eclipse/gef/examples/flow/ui "
>
> and
> "The project was not built since its build path is incomplete.
> Cannot find the class file for org.eclipse.ui.part.EditorPart. Fix the
> build path then try building this project FInal_Test
> "
>
> I am working with eclipse 3.0 and GEF 3.0
> What I can do to prevent those errors?
>
> Thanks for the help,
> Avier5.
>
Previous Topic:Palette model and EditPart model?
Next Topic:Want AntiAliased GEF?
Goto Forum:
  


Current Time: Thu Apr 25 11:27:05 GMT 2024

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

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

Back to the top