Typesafe Activator running error (Could not retrie

2019-05-11 09:04发布

I installed Typesafe Activator on Windows 8 for using Play Framework 2.3. When i'm trying to run Activator, it stops with next errors:

unresolved dependency: org.fusesource.jansi#jansi;1.11: not found
Error during sbt execution: Error retrieving required libraries
 (see C:\Users\Adlaran\.sbt\boot\update.log for complete log)
Error: Could not retrieve jansi 1.11

I don't use proxy on my computer, so solution with proxy settings isn't suitable.

I tried to download jansi.jar from Maven Repository, but I don't understand where it should be placed to make Activator works.

I will be grateful, if anybody write how to solve that problem.

2条回答
再贱就再见
2楼-- · 2019-05-11 09:36

try to put the jar here:

C:\Users\yourusername\.sbt\boot\other\org.fusesource.jansi\jansi\1.11

Did you download the minimal activator or the bundled one?

I always download the minimal, place it somewhere and then let it run to download its own stuff.

查看更多
Root(大扎)
3楼-- · 2019-05-11 09:48

I ran into a similar problem with the unresolved dependency: org.fusesource.jansi#jansi;1.11

I was using JDK7, so I updated to JDK8 since their site says to use Java 8. That solved the problem for me.

查看更多
登录 后发表回答