当前位置:网站首页>scala安装
scala安装
2022-07-21 05:22:00 【风油精_IT】
1、下载
前提安装了java
官方地址:https://www.scala-lang.org/
找到对应的版本下载即可,windows是zip文件,linux是tgz文件
2、安装
解压出来
配置环境变量
(1)编辑SCALA_HOME
(2)将SCALA_HOME添加至“系统变量”的Path
3、检验
用cmd
输入 scala 进入
输入 :quit 退出
边栏推荐
猜你喜欢
随机推荐
mount挂载不上,不提示任何信息
What is hash conflict? How to resolve hash conflicts?
Jasperreports is incompatible with exceptions raised by higher versions of iText
部署LVS-NAT集群
First acquaintance with JVM (I)
5台机器搭建HA步骤与注意事项
Byte practice precipitation
Steps for adding dependencies to idea:
路由中的RIP
[1260. 2D grid migration]
假币问题
NAT网络地址转换协议
Solr deployment and IK Chinese word segmentation cases
table表格
Idea添加依赖的步骤:
UE5 官方案例LyraStarter 全特性详解 4.创建队伍
How important is the instant debit system to B2B e-commerce business?
Static comprehensive experiment
Oracle中Drop Table之后想恢复?来看这里[只要二步]
二叉树的先根,中根,后根遍历