mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 16:54:29 +02:00
sbt.bat fails to start in client/server mode on Windows, falling back to running the full JVM in the foreground. sbtn uses CreateProcess to spawn the server process. The original %%20 path encoding doesn't work in batch delayed expansion context, and the default install path C:\Program Files (x86) contains spaces that CreateProcess splits at.