This repository was archived by the owner on Oct 21, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork917
This repository was archived by the owner on Oct 21, 2022. It is now read-only.
"Unable to access jarfile \"...\lein-light-standalone.jar\"" on Windows 7 when running from path with a space in a directory name #2029
Open
Description
I am running the 0.8.0-alpha release version.
When I try to connect to my existing Clojure project I get a dialog box; its contents:
We couldn't connect.Looks like there was an issue trying to connect to the project. Here's what we got:Error: Unable to access jarfile "C:\Users\Kenny\Documents\LightTable 0.8.0-alpha\lighttable-0.8.0-alpha-windows\resources\app\plugins\Clojure\runner\target\lein-light-standalone.jar"I renamed the directory and replaced the space –LightTable 0.8.0-alpha toLightTable-0.8.0-alpha – and I was then able to connect to the project.
I suspect the relevant path is not being escaped.