Directory names with spaces - is this supported? [message #31745] |
Thu, 10 March 2005 07:40  |
Eclipse User |
|
|
|
Originally posted by: NoEmail.ThisAddress.com
Hello,
I am just starting to go through the SWT tutorial. When I got to the point
of running it, the console displays the following error, which looks as
though Eclipse is having trouble with folders with spaces:
java.lang.NoClassDefFoundError:
Files\eclipse-SDK-3/0/1-win32\eclipse/plugins/org/eclipse/sw s/win32_3/0/1/os/win32/x86
Exception in thread "main"
As you can see, it is looking for the class in "Files\...", rather than
"C:\Program Files\...". Should I have installed Eclipse to a directory
without spaces in the name? Should I move it to another directory just by
renaming, or will this cause me other problems?
Thanks again,
Matt.
|
|
|
Re: Directory names with spaces - is this supported? [message #32335 is a reply to message #31745] |
Thu, 10 March 2005 14:53  |
Eclipse User |
|
|
|
Originally posted by: jaredburns.no.spam.acm.org
If I recall the tutorial correctly, you've specified this path in your
launch config to set the Java library path variable. You should just
need to enclose the string in double-quotes ("C:\Program Files\...") to
get the right behavior.
- Jared
Matt wrote:
> Hello,
>
> I am just starting to go through the SWT tutorial. When I got to the point
> of running it, the console displays the following error, which looks as
> though Eclipse is having trouble with folders with spaces:
>
> java.lang.NoClassDefFoundError:
> Files\eclipse-SDK-3/0/1-win32\eclipse/plugins/org/eclipse/sw s/win32_3/0/1/os/win32/x86
> Exception in thread "main"
>
> As you can see, it is looking for the class in "Files\...", rather than
> "C:\Program Files\...". Should I have installed Eclipse to a directory
> without spaces in the name? Should I move it to another directory just by
> renaming, or will this cause me other problems?
>
> Thanks again,
>
> Matt.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.09086 seconds