Preparing your system
First you need to remove openjdk for this run the following command from your terminal
sudo apt-get purge openjdk*
If you installed java 7 from any other PPA and you are having problem with java then you have to do following steps before installing the PPA menctioned here
sudo rm /var/lib/dpkg/info/oracle-java7-installer* sudo apt-get purge oracle-java7-installer* sudo rm /etc/apt/sources.list.d/*java* sudo apt-get updateInstall oracle java 7 in ubuntu 12.04
Open the terminal and run the following commands
sudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install oracle-java7-installer
You can check the java version by searching java in dashboard
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/69765.html
摘要:近日,由于項目要求,需要在下安裝和配置開發環境,下面對自己的一些實踐做了一下總結。二下載提供的自解壓包進行手動安裝這種安裝可自由選擇版本,能進行靈活的配置。我一般把非系統軟件安裝到下。 近日,由于項目要求,需要在ubuntu下安裝和配置java開發環境,下面對自己的一些實踐做了一下總結。 Sun JDK的安裝一般有兩種方式: 一、通過ubuntu提供的包管理工具進行安裝 ...
閱讀 844·2023-04-25 21:21
閱讀 3226·2021-11-24 09:39
閱讀 3067·2021-09-02 15:41
閱讀 1995·2021-08-26 14:13
閱讀 1827·2019-08-30 11:18
閱讀 2768·2019-08-29 16:25
閱讀 507·2019-08-28 18:27
閱讀 1580·2019-08-28 18:17