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

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

    It is working fine for me, but with a different command:

    root@ubuntu:/usr/bin# sudo apt-get install sun-java6
    

    Error message:

    Couldn't find package sun-java6.

    root@ubuntu:/usr/bin# sudo apt-get install sun-java*
    

    Bam, it worked.

提交回复
热议问题