当前位置: 首页 > 知识库问答 >
问题:

java.lang.NoClassDefoundError:sbt/compiler/ic$result

连鸿
2023-03-14

希望有人能帮我解决这个问题。

当我将addSbtPlugin(“com.typeSafe.sbt”%“sbt-play-ebean”%“1.1.0”)添加到plugins.sbt时,我得到java.lang.noClassDefoundError:sbt/compiler/ic$result

logLevel := Level.Warn

resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.3")

addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "1.0.0")

build.sbt:

name := "HelloWorld"

version := "1.0"

lazy val `helloworld` = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.11.7"

libraryDependencies ++= Seq( jdbc , cache , ws, "org.hibernate" % "hibernate-entitymanager" % "4.3.9.Final" )

unmanagedResourceDirectories in Test <+=  baseDirectory ( _ /"target/web/public/test" )  

我得到一个例外:

错误:导入SBT项目时出错:...在SBT.MainLoop$$AnonFun$RunWithNewLog$1。Apply(MainLoop.Scala:71)在SBT.MainLoop$$.RunWithNewLog$1。Apply(MainLoop.Scala:66)在SBT.MainLoop$.RunWithNewLog(MainLoop.Scala:25)在SBT.MainLoop$.RunandClearLast(MainLoop.Scala:49)在SBT.MainLoop$.RunLoggedLoop(MainLoop.Scala:33)在完整的日志。

请参阅C:\users\username.intellijideA14\system\log\sbt.last.log中的完整日志

有人能帮忙吗?

共有1个答案

柳和怡
2023-03-14

解决方案:我不得不将SBT版本更新到0.13.9。解决了上述问题。

 类似资料:
  • 主要内容:1 Java.lang Compiler介绍,2 Java.lang Compiler声明,3 Java.lang Compiler方法1 Java.lang Compiler介绍 java.lang.Compiler 类提供支持Java到本机代码编译器和相关服务。在设计上,它作为一个占位符在JIT编译器实现。 2 Java.lang Compiler声明 3 Java.lang Compiler方法 方法 描述 static Object command(Object any) 此方

  • Google 为网站的开发人员提供了一些列对网站进行优化的工具。 Closure Compiler 就是其中之一,这个工具可以用来对 js 文件进行压缩,加快客户端加载的速度。 Google 提供了在线的压缩服务,访问地址如下: http://closure-compiler.appspot.com/home 同时也提供了Jar包供本地使用。

  • Snippet Compiler 是一个免费的 .NET 编译和开发工具 主要的特色有: 支援 Intellisense 功能,在撰寫的時候會自動提示各方法的參數與型別 若程式碼有錯誤,將會不支援 Intellisense 功能 程式碼自動縮排,包括 #region 收合的功能也有支援 支援許多 Visual Studio 中既有的快速鍵 可選用 C# 或 VB.NET 編譯器 編譯錯誤的時候支援 Errors 視窗

  • Jar Compiler 是一个Eclipse的插件(免费非开源),用来帮助创建可执行的jar文件包,和相关的一些运行环境支持。该程序包可以在没有安装 Java 环境的机器上运行。

  • Haste A compiler to generate JavaScript code from Haskell. It even has a website and amailing list. Features Seamless, type-safe single program framework for client-server communication Support for mo

  • ReScript Documentation | Forum | Roadmap | 中文 | 한국어 Overview The compiler for ReScript: a statically typed functional language focused on shipping. Installation npm install --save-dev rescript Contrib