sublime中设置scala编译运行
Posted sayhihi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sublime中设置scala编译运行相关的知识,希望对你有一定的参考价值。
Attention:
前提、前提、前提:电脑上安装scala和jdk,可以在cmd中运行scala命令:
okay,next:
1.配置内容
在Tools->Build Systems->New Build System, 输入一下以下内容:
{
"cmd": ["scala", "$file"],
"selector": ["source.scala"],
"shell": "true"
}
2.保存路径:
C:\\***ur install directory***\\Sublime Text 2\\Packages\\User
3.保存文件名:
scala.sublime-build
well done.
ctl+b(快捷键运行)
以上是关于sublime中设置scala编译运行的主要内容,如果未能解决你的问题,请参考以下文章