Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note: some repos are close to thew 255 char limit - only for windows - 

Jira
serverONAP JIRA
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keySDC-1765

Java Environment

Since JDK 8 oracle has moved to a 6 month release cycle where the changes are minor - such as the lambda support added to Java 11 for the new local variable type inferences in Java 10.

Java 8

Code Block
themeMidnight
sudo apt-get install openjdk-8-jdk


Java 9 - deprecated

Code Block
themeMidnight
apt-cache search openjdk
sudo apt-get install openjdk-8-jdk9jdk

Java 10

Code Block
themeMidnight
# this one is 3rd party
sudo add-apt-repository ppa:linuxuprising/java
sudo apt update
sudo apt install oracle-java10-installer
# it is an older one
amdocs@obriensystemsu0:~$ java -version
java version "10.0.2" 2018-07-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.2+13)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.2+13, mixed mode)

...