Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » DefaultUndoManager runtime error on linux
DefaultUndoManager runtime error on linux [message #291041] Tue, 06 September 2005 16:57 Go to next message
Eclipse UserFriend
Originally posted by: john.butt.freeuk.com

I have an application I am developing under linux (fedora4) that uses
jface and SWT classes. My application builds correctly, but when it
runs, I get the errors:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/core/commands/ExecutionException
at releasesource.gui.UserInterface.createContents(UserInterface .java:291)
at org.eclipse.jface.window.Window.create(Window.java:418)
at org.eclipse.jface.window.Window.open(Window.java:776)
at releasesource.gui.UserInterface.main(UserInterface.java:102)

The line of code that generates the error is:

IUndoManager undoManager = new DefaultUndoManager(10);

Can anyone help me explain the error? The application builds and runs OK
under Windows.

Thanks,

John B.
Re: DefaultUndoManager runtime error on linux [message #291087 is a reply to message #291041] Wed, 07 September 2005 15:38 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

John B wrote:

> I have an application I am developing under linux (fedora4) that uses
> jface and SWT classes. My application builds correctly, but when it
> runs, I get the errors:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/eclipse/core/commands/ExecutionException
> at
> releasesource.gui.UserInterface.createContents(UserInterface .java:291)
> at org.eclipse.jface.window.Window.create(Window.java:418)
> at org.eclipse.jface.window.Window.open(Window.java:776)
> at releasesource.gui.UserInterface.main(UserInterface.java:102)
>
> The line of code that generates the error is:
>
> IUndoManager undoManager = new DefaultUndoManager(10);
>
> Can anyone help me explain the error? The application builds and runs
> OK under Windows.

Make sure your plugin.xml / manifest.mf has the correct set of required
projects.

Dani

>
> Thanks,
>
> John B.
Previous Topic:Detecting external changes to a resource
Next Topic:Plugin install directory
Goto Forum:
  


Current Time: Fri Apr 26 18:43:49 GMT 2024

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

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

Back to the top