Installing Java 7 on Ubuntu

后端 未结 10 1405
温柔的废话
温柔的废话 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条回答
  •  猫巷女王i
    2020-11-29 15:03

    In addition to flup's answer you might also want to run the following to set JAVA_HOME and PATH:

    sudo apt-get install oracle-java7-set-default
    

    More information at: http://www.ubuntuupdates.org/package/webupd8_java/precise/main/base/oracle-java7-set-default

提交回复
热议问题