• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Workaround for spaces in Eclipse installation path
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Workaround for spaces in Eclipse installation path


  • Subject: Workaround for spaces in Eclipse installation path
  • From: "Strumyla, Marius" <email@hidden>
  • Date: Thu, 06 Aug 2015 07:56:41 -0700
  • Acceptlanguage: en-US
  • Thread-topic: Workaround for spaces in Eclipse installation path

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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Workaround for spaces in Eclipse installation path
      • From: Ramsey Gurley <email@hidden>
  • Prev by Date: Re: Catching ERXAttachmentExceedsLengthException
  • Next by Date: Re: Workaround for spaces in Eclipse installation path
  • Previous by thread: Re: Catching ERXAttachmentExceedsLengthException
  • Next by thread: Re: Workaround for spaces in Eclipse installation path
  • Index(es):
    • Date
    • Thread