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

后端 未结 13 1706
一整个雨季
一整个雨季 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:01

    sudo add-apt-repository ppa:sun-java-community-team/sun-java6
    
    sudo apt-get update
    
    sudo apt-get install sun-java6-jre sun-java6-bin sun-java6-jdk
    

提交回复
热议问题