Skip to main content



      Home
Home » Newcomers » Newcomers » Problem compiling eclipse example "Standalone SWT Application"
Problem compiling eclipse example "Standalone SWT Application" [message #65020] Mon, 16 May 2005 23:11 Go to next message
Eclipse UserFriend
Originally posted by: thomas.dirkse.shaw.ca

I am trying to get up to speed with eclipse by folling the included
tutorial. The first step is the "Hello World" program which completed
fine. It is now day two of my eclipse adventure and the next step is the
Standalone SWT Application. I have followed all the steps but get the
following error:

java.lang.NoClassDefFoundError:
Files\eclipse/plugins/org/eclipse/swt/win32_3/0/2/os/win32/x 86
Exception in thread "main"

Any suggestions as to how I can go about resolving this?

Thanks, Thomas.
Re: Problem compiling eclipse example "Standalone SWT Application" [message #65229 is a reply to message #65020] Tue, 17 May 2005 09:28 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Thomas wrote:

> I am trying to get up to speed with eclipse by folling the included
> tutorial. The first step is the "Hello World" program which completed
> fine. It is now day two of my eclipse adventure and the next step is the
> Standalone SWT Application. I have followed all the steps but get the
> following error:

> java.lang.NoClassDefFoundError:
> Fileseclipse/plugins/org/eclipse/swt/win32_3/0/2/os/win32/x8 6
> Exception in thread "main"

> Any suggestions as to how I can go about resolving this?

> Thanks, Thomas.

You are providing a library path with a space in the path name. The java
parser takes this to be the end of the library path definition and what
follows as the class name to run. You either have to put quotes around
the library path definition, or you need to have to make sure that the
library path does not contain any spaces.
Previous Topic:Empty "Source File Selection" dialog box - Eclipse 3.0.2 on AMD 64 Linux
Next Topic:3.1M7: how to disable mode in java editor that shows 1 class mbr at a time?
Goto Forum:
  


Current Time: Thu May 08 15:05:13 EDT 2025

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

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

Back to the top