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

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

    If add-apt-repository it's not working try this:

    sudo apt-get install python-software-properties
    

    That package is required in order to execute that command, in my server it wasn't installed by default (Ubuntu server x64)

    0 讨论(0)
提交回复
热议问题