scala2.12.5在windows10、osmac10.13上的安装

osmac上安装比较简单,到 http://www.scala-lang.org/download/  scala-2.12.5.tgz 下载解压即可,注意目录的读写权限,不配置path就到已经解压目录的bin下找到scala运行即可。

 

windows10 上安装参考 http://blog.csdn.net/guiying712/article/details/68947747,也是到http://www.scala-lang.org/download/ scala-2.12.5.msi

安装后cmd 下输入scala应该进入sacla的环境,我的没有配置path之类的,我有jdk1.8的环境。

>scala
Welcome to Scala 2.12.5 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_161).
Type in expressions for evaluation. Or try :help.

scala>

如果要在idea中开发,着重参考http://blog.csdn.net/guiying712/article/details/68947747

测试程序提示 Cannot start process, the working directory  does not exist错误

 

解决方法:选择Run-Edit configurations。然后点击Application左边的向下箭头,在Configuration下会显示出Working directory,删除或者设置成合适dircotry就可以。

 

posted @   深渊中的鱼  阅读(1123)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示