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.
try to put the jar here:
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.
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.