play-samples icon indicating copy to clipboard operation
play-samples copied to clipboard

java.lang.ClassNotFoundException xsbt.CompilerInterface while running play-scala-rest-api-example

Open tjiptomangun opened this issue 4 years ago • 0 comments

Hi

This is i found while trying res-api example

sbt run [info] welcome to sbt 1.3.13 (Oracle Corporation Java 1.8.0_151) [info] loading settings for project global-plugins from idea.sbt ... [info] loading global plugins from /home/henky/.sbt/1.0/plugins [info] loading settings for project play-scala-rest-api-example-build from plugins.sbt ... [info] loading project definition from /home/henky/scala/play-samples/play-scala-rest-api-example/project [warn] There may be incompatibilities among your library dependencies; run 'evicted' to see detailed eviction warnings. .. .. [error] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [error] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [error] at java.lang.Thread.run(Thread.java:748) [error] (Compile / compileIncremental) java.lang.ClassNotFoundException: xsbt.CompilerInterface

My computer scala version = 2.13.5

tjiptomangun avatar Mar 31 '21 11:03 tjiptomangun