I encountered the problem of failed downloads when trying to install sbt 0.13.13 on ubuntu 16.04 , following the documentation at: http://www.scala-sbt.org/release/docs/Installing-sbt-on-Linux.html .
failed downloads
sbt 0.13.13
ubuntu 16.04
Below is the message log:
I also tried answering from paradigmatic here: Install sbt on ubuntu and: https://askubuntu.com/questions/732092/how-to-install-sbt-in-its-latest-version-in-ubuntu-14-04 . These posts are a bit old. Neverhteless, the official method still seems to be a mistake.
paradigmatic
Has anyone encountered the same obstacles?
The reason and solution is actually provided by https://medium.com/@henricook/solution-to-sun-security-validator-validatorexception-e300dd7dba70#.tk7u7klut . Experimental java9 is to blame. Installing java8, as in https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-get-on-ubuntu-16-04 , will solve it.
Source: https://habr.com/ru/post/1012667/More articles:unset bash function variable with non-standard name - bashThe correct way to set the parent of a node tree in C #? - c #Google Maps iOS SDK some cards loaded in green transparent color - iosAdd CNTK virtualenv to Visual Studio Python project - pythonHow to use component variable in css / style tag in Angular 2? - cssinterpolation to css class in external angular 2 file - cssHow to make a Flatten filter using MPS (MetalPerformanceShaders)? - iosCan a WindowBackground be placed below the status bar and above the navigation bar? - androidazure with nuget packages that have different versions of the same dependency - dependenciesSplitting a string into an array of n words - javascriptAll Articles