博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
scala2.12.5在windows10、osmac10.13上的安装
阅读量:6610 次
发布时间:2019-06-24

本文共 714 字,大约阅读时间需要 2 分钟。

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

 

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

安装后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就可以。

 

转载于:https://www.cnblogs.com/herosoft/p/8615448.html

你可能感兴趣的文章
c语言字符数组与字符串的使用详解
查看>>
个人学习总结
查看>>
[POJ] 1135 Domino Effect
查看>>
设计模式之-享元模式
查看>>
灰度世界算法(Gray World Algorithm) 分类: 图像处理 ...
查看>>
yum安装nginx 加载image_filter 加载方式
查看>>
OAF 汇总行的做法
查看>>
CMD命令名详细大全
查看>>
IOS 定位服务与地图的应用开发
查看>>
CORS解决跨域问题
查看>>
Webstrom快捷键大全
查看>>
python 基础 1.5 python数据类型(三)--元组常用方法示例
查看>>
HTML笔记06--浮动第一章
查看>>
使用Perl5获取有道词典释义
查看>>
Python开发环境搭建for Windows
查看>>
CentOS 7安装与配置Tomcat8
查看>>
Bootstrap两端对齐的导航实例
查看>>
POJ 3250 Bad Hair Day
查看>>
jpa的分页实现
查看>>
请定义一个交通工具(Vehicle)的类,其中有: 属性:速度(speed),体积(size)等等
查看>>