2016.12.21 每日一记 神来一笔

来源:互联网 发布:微信商城开发实战源码 编辑:程序博客网 时间:2024/05/16 01:06

1.scala启动报错

    scala.reflect.internal.MissingRequirementError: object scala.runtime in compiler mirror not found.

解决:把scala卸载重新装了一遍(貌似不是很好的解决方法)

参考:http://sanwen.net/a/dmhjbpo.html

            http://www.cnblogs.com/seaspring/p/5615976.html

            配置Intellij Idea下scala不错的选择

2.Intellij Idea导入jar包

http://jingyan.baidu.com/article/fec7a1e5f79e2b1191b4e74f.html

3.linux安装sbt

http://blog.csdn.net/zcf1002797280/article/details/49677881


4.在Intellij Idea跑scala程序

错误:Error:(1, 12) object apache is not a member of package org
import org.apache.spark.{SparkContext, SparkConf}

未解决??


0 0
原创粉丝点击