Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » WindowBuilder » The type org.eclipse.ui.IEditorPart cannot be resolved. It is indirectly referenced from required .c(The type org.eclipse.ui.IEditorPart cannot be resolved. It is indirectly referenced from required .class files)
icon5.gif  The type org.eclipse.ui.IEditorPart cannot be resolved. It is indirectly referenced from required .c [message #661799] Sun, 27 March 2011 23:06 Go to next message
No real name is currently offline No real nameFriend
Messages: 1
Registered: March 2011
Junior Member
I am trying to use the WindowBuilder/SWT Designer/Forms/FormPage and when I create it, I get the following error in the class constructor:

"The type org.eclipse.ui.IEditorPart cannot be resolved. It is indirectly referenced from required .class files"

For this line:

public class Start extends FormPage {

I have found some generic answers that I am missing some reference, but what refernce am I missing? I've tried every org.eclipse.ui jar I can find.

What exactly am I doing wrong? I appreciate your suggestions. This is for Eclipse 3.6.

Thanks,

SW
Re: The type org.eclipse.ui.IEditorPart cannot be resolved. It is indirectly referenced from require [message #661981 is a reply to message #661799] Mon, 28 March 2011 17:46 Go to previous message
Konstantin Scheglov is currently offline Konstantin ScheglovFriend
Messages: 555
Registered: July 2009
Senior Member
Type org.eclipse.ui.IEditorPart in part of org.eclipse.ui.workbench plugin.

Konstantin Scheglov,
Google, Inc.
Previous Topic:WindowBuilder cannot resolved org.eclipse.swt.widgets
Next Topic:Is there a plan to migrate ADT under WindowBuilder ?
Goto Forum:
  


Current Time: Thu Apr 25 06:21:24 GMT 2024

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

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

Back to the top