当我在 IntelliJ Idea 12(sbt 插件,Scala 项目)中运行工作表时,出现以下错误:
> Failed to initialize compiler: class scala.reflect.BeanInfo not found.
** Note that as of 2.8 scala does not assume use of the java classpath.
** For the old behavior pass -usejavacp to scala, or if using a Settings
** object programatically, settings.usejavacp.value = true.
所有需要设置的东西,就是设置:sbt、依赖项等,也就是说,如果使用 sbt 命令行(编译、运行)运行这个项目,它将成功运行。
当然,我跑了sbt gen-idea
。
我该怎么办?