How to install the Sun Java JDK on Ubuntu 10.10 (Maverick Meerkat)?

后端 未结 13 1742
一整个雨季
一整个雨季 2020-12-02 05:33

I\'ve tried to add the Canonical Partner repository, but I still can\'t find the sun-java6-jdk package. What is the right way to install the Oracle Sun JDK inst

13条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-02 06:10

    Currently the Sun Java 6 packages are working fine now for Ubuntu 10.10 and 10.04 users. It works fine for me.

    sudo apt-get install python-software-properties
    
    sudo add-apt-repository ppa:sun-java-community-team/sun-java6
    
    sudo apt-get update
    
    sudo apt-get install sun-java6-jdk
    

提交回复
热议问题