Installing Java 7 on Ubuntu

后端 未结 10 1363
温柔的废话
温柔的废话 2020-11-29 14:12

to install java I have always used the classic way from the terminal. I would like to install java manually. I placed the folder of the JDK on the desk and I set environment

10条回答
  •  粉色の甜心
    2020-11-29 15:05

    PPA method no longer works.

    While Oracle Java 6 and 7 are not supported for quite a while, they were still available for download on Oracle's website until recently.

    However, the binaries were removed about 10 days ago (?), so the Oracle Java (JDK) 6 and 7 installers available in the WebUpd8 Oracle Java PPA no longer work.

    Oracle Java 6 and 7 are now only available for those with an Oracle Support account (which is not free), so I can't support this for the PPA packages.

    Source : http://www.webupd8.org/2017/06/why-oracle-java-7-and-6-installers-no.html Dated : June 2017

    Oracle's download page says

    Updates for Java SE 7 released after April 2015, and updates for Java SE 6 released after April 2013 are only available to Oracle Customers through My Oracle Support (requires support login).

    Java SE Advanced offers users commercial features, access to critical bug fixes, security fixes, and general maintenance".

    I had to download it from Oracle archives - http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html

    You need an account for this though.

提交回复
热议问题