在 Windows 上安装 SBT
安装
MSI 安装程序可以在这里找到 。这是最新的稳定版本 。下载并执行安装。
验证安装
-
使用
WindowsKey + R
,输入cmd
。 -
或者,导航到
.sbt
(例如,在C:\Users\Hopper
中)并在地址栏中键入cmd
。 -
键入
sbt about
以获取版本信息,验证它是否已安装。你应该看到这样的东西:Java HotSpot(TM) 64-But Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0 [info] Set current project to root--sbt (in build file:/C:/Users/Hopper/.sbt/) [info] This is sbt 0.13.8 ...