Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Illegal character in path
Illegal character in path [message #480365] Sun, 16 August 2009 08:23 Go to next message
Oleg Tikhonov is currently offline Oleg TikhonovFriend
Messages: 1
Registered: July 2009
Junior Member
Hello all!
I'm trying to check out the eclipse 4 and while a launching it i get the
following error:
java.lang.RuntimeException: java.net.URISyntaxException: Illegal character
in path

I've tried a eclipse-e4-SDK-incubation-0.9M4-win32 build.

Here is a stack trace:

at
org.eclipse.e4.workbench.ui.internal.Workbench.<init>(Workbench.java:105)
at org.eclipse.ui.internal.Workbench.<init>(Workbench.java:462)
at org.eclipse.ui.internal.Workbench.<init>(Workbench.java:438)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:556)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault (Realm.java:332)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:551)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:149)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start (IDEApplication.java:113)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:194)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:368)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
Caused by: java.net.URISyntaxException: Illegal character in path at index
18: file:/C:/Documents and Settings/root/eclipse4/
at java.net.URI$Parser.fail(URI.java:2809)
at java.net.URI$Parser.checkChars(URI.java:2982)
at java.net.URI$Parser.parseHierarchical(URI.java:3066)
at java.net.URI$Parser.parse(URI.java:3014)
at java.net.URI.<init>(URI.java:578)
at java.net.URL.toURI(URL.java:918)
at
org.eclipse.e4.workbench.ui.internal.Workbench.<init>(Workbench.java:103)
... 19 more

What is wrong with it? I would appreciate it if you could help me in order
to solve this problem?

Thanks in advance,
Oleg.
Re: Illegal character in path [message #480381 is a reply to message #480365] Sun, 16 August 2009 14:58 Go to previous message
Olivier Thomann is currently offline Olivier ThomannFriend
Messages: 518
Registered: July 2009
Senior Member
Oleg Tikhonov a écrit :
> Caused by: java.net.URISyntaxException: Illegal character in path at
> index 18: file:/C:/Documents and Settings/root/eclipse4/
> at java.net.URI$Parser.fail(URI.java:2809)
> at java.net.URI$Parser.checkChars(URI.java:2982)
> at java.net.URI$Parser.parseHierarchical(URI.java:3066)
> at java.net.URI$Parser.parse(URI.java:3014)
> at java.net.URI.<init>(URI.java:578)
> at java.net.URL.toURI(URL.java:918)
> at
You have a space in the path.
--
Olivier
Previous Topic:Eclipse and ExtBuilder
Next Topic:Navigation to the webpage was canceled
Goto Forum:
  


Current Time: Sat Apr 27 00:13:17 GMT 2024

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

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

Back to the top