IFileEditorInput not found... [message #257955] |
Fri, 02 July 2004 14:14  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.05073 seconds