-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to access jarfile ~/.conscript/sbt-launch.jar #47
Comments
It seems like Java cannot understand Cygwin paths.
from the Windows CLI. Also note the |
+1 even without cygwin However, copying this to
|
Did anyone find solution ? we are facing the same issue |
@Amrutas I think you have several options:
|
Hello, |
Same issue here. I had to replace |
Using Cygwin 64bit. I had to replace the 'cs' file. DEFAULT INSTALL: COMMANDLINE: Slowly, considering @alun's advise...lol and I do mean slowly. I should have mentioned that, because I was using cygwin 64bit, applying the change above installed conscript into my windows user location (C:\Users). In my windows user directory I see:
It's a weird result, but I understand that cygwin conflicts with %HOMEPATH% when installing this tool. |
in case you'll want to install gitter8, you'll probably need as well to change .conscript/n8han/conscript/cs/launchconfig
|
@hseeberger What do you mean "replace" the jar? What did you replace it with? edit: I figured it out, I have
|
I also have the same problem while installing giter8 and sbt |
Hit same error. Downloaded https://dl.bintray.com/sbt/native-packages/sbt/0.13.9/sbt-0.13.9.zip and extracted the jar to |
I can confirm to that @mnn 's solution works. Although I am running Ubuntu 14.04, I had the same issue while installlng giter8. |
Shouldn't |
Is this still happening with the latest version of conscript? |
cs is working on 0.5.0 in cygwin environment I've changed cs file like this: $ more cs java |
The file is present at the specified location, but anny attempt to run cs results in this error...
This is in cygwin on Win7
what could be the problem here? I am attempting to install giter8.
The text was updated successfully, but these errors were encountered: