Move it somewhere that doesn’t have spaces in file path? On Aug 6, 2015, at 7:56 AM, Strumyla, Marius <[email protected]> wrote:
> Hi, I’m developing on Windows using Eclipse 4.4 and WOLips plugin. I received > a new Windows 7 machine with Eclipse already installed into C:\Program Files > (x86)\eclipse4.4 > > I ran into the issues when compiling the project – > java.net.URISyntaxException: Illegal character in path at index 16: > file:/C:/Program Files > (x86)/eclipse4.4/plugins/org.objectstyle.wolips.templateengine_4.4.20150629.43/MiscTemplates/ > at java.net.URI$Parser.fail(URI.java:2829) > at java.net.URI$Parser.checkChars(URI.java:3002) > at java.net.URI$Parser.parseHierarchical(URI.java:3086) > at java.net.URI$Parser.parse(URI.java:3034) > at java.net.URI.<init>(URI.java:595) > at java.net.URL.toURI(URL.java:942) > at > org.objectstyle.wolips.templateengine.ProjectTemplate.templateBaseFolders(ProjectTemplate.java:331) > … > > The workaround was to create a virtual path using SUBST command. It should be > available on all windows versions. > c:\> subst d: “c:\ Program Files (x86)\eclipse4.4” > > Then go to drive d: and launch eclipse from there :) So far everything seems > to be working. > > Thanks, > -- > marius > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/webobjects-dev/rgurley%40smarthealth.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
