scala - Installing SBT with OJDK Java version 9 -


when try run sbt update, following in log-file.

warn:   [failed     ] org.scala-sbt#main;0.13.12!main.jar: sun.security.validator.validatorexception: no trusted certificate found (1139ms) 

and following error message:

error during sbt execution: error retrieving required libraries   (see /home/brett/.sbt/boot/update.log complete log) error: not retrieve sbt 0.13.12 

java version:

openjdk version "9-internal" openjdk runtime environment (build 9-internal+0-2016-04-14-195246.buildd.src) openjdk 64-bit server vm (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode) 

scala version

welcome scala version 2.11.7 (openjdk 64-bit server vm, java 1.8.0_91). 

how can fix issue. don't see way around on web.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -