Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » IFileEditorInput not found...
IFileEditorInput not found... [message #257955] Fri, 02 July 2004 14:14 Go to next message
Eclipse UserFriend
Originally posted by: nbeckman.NOSPAM.usc.edu

Hey guys,
I am trying to run a RCP application and I get this error:

!ENTRY org.eclipse.ui 4 0 Jul 02, 2004 11:10:09.754
!MESSAGE org/eclipse/ui/IFileEditorInput
!STACK 0
java.lang.NoClassDefFoundError: org/eclipse/ui/IFileEditorInput
at usc.cse.desi.editor.DESIEditor.init(DESIEditor.java:237)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:721)
at
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
780)

But when I run the exact same program but just as a normal workbench I don't
get the error. It's the same project, same build path, same class path and
even the same plugin.xml file, at least as far as I can tell.
Any ideas?
Thanks,
Nels
Re: IFileEditorInput not found... [message #257971 is a reply to message #257955] Fri, 02 July 2004 14:34 Go to previous message
Eclipse UserFriend
Originally posted by: nbeckman.NOSPAM.usc.edu

Looks like the IFileEditorInput interface is defined in the
org.eclipse.ui.ide plugin. This plugin was NOT in my plugin.xml file, but it
was working before because I had every possible plugin checked for the "Run"
options. When I tried to run my app as an RCP application, I only had the
plugins checked that I needed and org.eclipse.ui.ide was not one of these
because it was not in my plugin.xml.
Hope this helps anyone else out there.
Nels

"Nels Beckman" <nbeckman@NOSPAM.usc.edu> wrote in message
news:cc491t$h4q$1@eclipse.org...
> Hey guys,
> I am trying to run a RCP application and I get this error:
>
> !ENTRY org.eclipse.ui 4 0 Jul 02, 2004 11:10:09.754
> !MESSAGE org/eclipse/ui/IFileEditorInput
> !STACK 0
> java.lang.NoClassDefFoundError: org/eclipse/ui/IFileEditorInput
> at usc.cse.desi.editor.DESIEditor.init(DESIEditor.java:237)
> at
org.eclipse.ui.internal.EditorManager.createSite(EditorManag er.java:721)
> at
>
org.eclipse.ui.internal.EditorManager.openInternalEditor(Edi torManager.java:
> 780)
>
> But when I run the exact same program but just as a normal workbench I
don't
> get the error. It's the same project, same build path, same class path and
> even the same plugin.xml file, at least as far as I can tell.
> Any ideas?
> Thanks,
> Nels
>
>
Previous Topic:Launch configuration tabs exception
Next Topic:Problems with Filters in Type Hierarchies?
Goto Forum:
  


Current Time: Sat Aug 02 03:14:07 EDT 2025

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

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

Back to the top