无法导入IntellliJ中的giter项目

时间:2017-12-22 10:56:10

标签: intellij-idea playframework-2.0

我已通过以下链接创建了初学者项目 - https://www.playframework.com/documentation/2.6.x/Tutorials

现在我想在IntelliJ中导入这些项目。我试图按照此链接中的说明操作但是我收到此错误。这是什么错误?我尝试通过先选择完整目录进行导入,然后再选择build.sbt。 IntelliJ versiokn是2016.3.4

https://www.jetbrains.com/help/idea/getting-started-with-play-2-x.html#import_project

错误

Error while importing SBT project: ... 
[error]     at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:37)
[error]     at sbt.MainLoop$.runLogged(MainLoop.scala:29)
[error]     at sbt.StandardMain$.runManaged(Main.scala:104)
[error]     at sbt.xMain.run(Main.scala:71)
[error]     at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
[error]     at xsbt.boot.Launch$.withContextLoader(Launch.scala:128)
[error]     at xsbt.boot.Launch$.run(Launch.scala:109)
[error]     at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35)
[error]     at xsbt.boot.Launch$.launch(Launch.scala:117)
[error]     at xsbt.boot.Launch$.apply(Launch.scala:18)
[error]     at xsbt.boot.Boot$.runImpl(Boot.scala:41)
[error]     at xsbt.boot.Boot$.main(Boot.scala:17)
[error]     at xsbt.boot.Boot.main(Boot.scala)
[error] java.lang.ClassNotFoundException: org.jetbrains.sbt.CreateTasks$
[error] Use 'last' for the full log.
[error] Not a valid key: dump-structure (similar: buildStructure)
[error] */*:dump-structure
[error]                   ^
[INFO] [12/22/2017 05:46:39.234] [Thread-5] [CoordinatedShutdown(akka://sbt-web)] Starting coordinated shutdown from JVM shutdown hook
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384M; support was removed in 8.0
 See complete log in C:\Users\Manu\.IntelliJIdea2016.3\system\log\sbt.last.log  Consult IDE log for more details (Help | Show Log)

0 个答案:

没有答案