sbt ~run error (windows 8.1)
See original GitHub issuename@PC-NAME:[~/projects/pl-scala]:
$ sbt ~run
[info] Loading project definition from C:\Users\name\projects\pl-scala\project
[info] Set current project to pl-scala (in build file:/C:/Users/name/projects/pl-scala/)
[error] Expected key
[error] Expected '*'
[error] C:/Program Files (x86)/Git
[error] ^
Issue Analytics
- State:
- Created 9 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Why is SBT throwing error when running external process
It works fine when I run the same project/task in Ubuntu build system. AWS cli is installed on Windows machine and PATH is...
Read more >SBT 5.0i client on Windows 8 Pro - Tek-Tips
One more thing to try. Run SBT Pro 5.0 once as an Admin. Click on the shortcut once to select it. Then hover...
Read more >IntelliJ IDEA - Troubleshoot common Scala issues - JetBrains
In most cases your project JDK is not compatible with Scala or sbt version, try to change the Scala Compile Server SDK. Press...
Read more >I deleted the .sbt directory in accident, How to make the sbt run ...
My system is windows 8, sbt version is 0.13.0 I delete the .sbt directory from my default user directory How to make to...
Read more >Telling SBT to use different JDK version - Question - Scala Users
I am working on Windows 10 and have an installed JDK 11 for daily use. But I want to use JDK 8 (ZuluFX...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks for the video. So
~run
works from the Activator shell, butdoesn’t work on what seems to be Cygwin running with Bash. Could it be tilde expansion? On my Mac and zsh I get
but
seems to work. Could you try with double quotes?
nice!
@eed3si9n thanks!! 👍