artem-zinnatullin / error-prone-performance

Project to benchmark and profile Error-Prone performance to uncover bottlenecks.
Apache License 2.0
12 stars 1 forks source link

Java 9 end of life, replace with OpenJDK10. #2

Open artem-zinnatullin opened 6 years ago

artem-zinnatullin commented 6 years ago

Thanks for breaking apt repo what can I say…

Docker setup for JDK 9 no longer works

Step 3/7 : RUN add-apt-repository ppa:webupd8team/java &&     echo oracle-java9-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selectio$
s &&     apt-get update &&     apt-get --assume-yes --quiet install oracle-java9-installer &&     java -version                                                           
 ---> Running in d36399ff52f5                                                                                                                                             
 Oracle Java (JDK) Installer (automatically downloads and installs Oracle JDK8). There are no actual Java files in this PPA.                                              

Important -> Why Oracle Java 7 And 6 Installers No Longer Work: http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html                                 

Update: Oracle Java 9 has reached end of life: http://www.oracle.com/technetwork/java/javase/downloads/jdk9-downloads-3848520.html                                        

The PPA supports Ubuntu 18.04, 17.10, 16.04, 14.04 and 12.04.                                                                                                             

More info (and Ubuntu installation instructions):                                                                                                                         
- for Oracle Java 8: http://www.webupd8.org/2012/09/install-oracle-java-8-in-ubuntu-via-ppa.html                                                                          

Debian installation instructions:         
- Oracle Java 8: http://www.webupd8.org/2014/03/how-to-install-oracle-java-8-in-debian.html                                                                               

For Oracle Java 10, see a different PPA: https://www.linuxuprising.com/2018/04/install-oracle-java-10-in-ubuntu-or.html                                                   
 More info: https://launchpad.net/~webupd8team/+archive/ubuntu/java