[bug] Scala eclipse:找不到或无法加载主类
时间:2020-06-06 10:05:35
收藏:0
阅读:142
原因
混合java 和scala 无法编译
解决
右键项目 > properties > scala Compiler >勾选Use Project Setting
> Scala Installation > Fixed Scala Installation(对应版本)(built-in)
> Build manager > compile order > JavaThenScala
参考
https://blog.csdn.net/qq_32967001/article/details/53909176
原文:https://www.cnblogs.com/cxc1357/p/13053134.html
评论(0)