wavesplatform / Waves

⛓️ Reference Waves Blockchain Node (client) implementation on Scala
https://wavesplatform.com/
MIT License
1.17k stars 417 forks source link

Java installation instruction on Ubuntu doesn't work #21

Closed ghost closed 8 years ago

ghost commented 8 years ago

The instructions for installing Java on a fresh Ubuntu system as described at https://github.com/wavesplatform/Waves doesn't work. First accepted answer here works: http://askubuntu.com/questions/521145/how-to-install-oracle-java-on-ubuntu-14-04

thomas-sarek commented 8 years ago

What error are you getting ? just did it sucesfully today.

ghost commented 8 years ago

The problem was that I was running as a normal user and prefixed everything with "sudo". But somehow this didn't work with the "tee" command. I tested it again on a fresh Ubuntu system and when running as root, it works. Nevertheless, might be better to use "apt-add-repository" instead of the "tee" hack.