SBT Java Система не может найти указанный путьJAVA

Программисты JAVA общаются здесь
Anonymous
SBT Java Система не может найти указанный путь

Сообщение Anonymous »

Я получаю приведенную ниже ошибку, попробовал различные версии Java, все еще получаю ошибку < /p>
$ ./sbt compile

java.io.IOException: The system cannot find the path specified
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createTempFile(File.java:2063)
at java.io.File.createTempFile(File.java:2109)
at sbt.StandardMain$$anonfun$initialGlobalLogging$1.apply(Main.scala:68)
at sbt.StandardMain$$anonfun$initialGlobalLogging$1.apply(Main.scala:68)
at sbt.GlobalLogBacking$.apply(GlobalLogging.scala:38)
at sbt.GlobalLogging$.initial(GlobalLogging.scala:44)
at sbt.StandardMain$.initialGlobalLogging(Main.scala:68)
at sbt.StandardMain$.initialState(Main.scala:77)
at sbt.xMain.run(Main.scala:32)
at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
at xsbt.boot.Launch$.withContextLoader(Launch.scala:128)
at xsbt.boot.Launch$.run(Launch.scala:109)
at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35)
at xsbt.boot.Launch$.launch(Launch.scala:117)
at xsbt.boot.Launch$.apply(Launch.scala:18)
at xsbt.boot.Boot$.runImpl(Boot.scala:41)
at xsbt.boot.Boot$.main(Boot.scala:17)
at xsbt.boot.Boot.main(Boot.scala)

Error during sbt execution: java.io.IOException: The system cannot find the path specified
< /code>
$ java -version java version "1.8.0_451"

Java(TM) SE Runtime Environment (build 1.8.0_451-b10) Java HotSpot(TM) 64-Bit
Server VM (build 25.451-b10, mixed mode)


Подробнее здесь: https://stackoverflow.com/questions/796 ... -specified

Вернуться в «JAVA»