Java installation issues on Ubuntu

后端 未结 7 1159
时光取名叫无心
时光取名叫无心 2021-01-19 02:46

Trying to install Java (JDK 6) on my new Ubuntu system and getting some bizarro errors. This is my first time ever using any flavor of Linux and so I\'m sure it\'s

相关标签:
7条回答
  • 2021-01-19 03:12

    Why downloading a bin, when you can simply:

    sudo apt-get install sun-java6-jdk
    

    If there isn't any special reason why you'd want that specific version from the site, you should use apt-get because it will take care of all the stuff like PATH variable, etc.

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