object scala in compiler mirror not found - running Scala compiler programmatically

前端 未结 4 537
心在旅途
心在旅途 2020-12-19 01:34

Running w/ a simple SBT project w/ Java 7 (details below) and invoking sbt run at the command line (no IntelliJ or anything)

source

impo         


        
4条回答
  •  眼角桃花
    2020-12-19 02:25

    I hit the same problem.

    settings.usejavacp.value = true
    

    solved the problem for me!

提交回复
热议问题