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