ubuntu下安裝sun jdk7,firefox22安裝jre

來源:互聯網
上載者:User

ubuntu下安裝sun jdk7,firefox22安裝jre 安裝包是jdk-7u25-linux-i586.gz,解壓:tar -xvzf jdk-7u25-linux-i586.gz 拷貝到/usr/lib/jvm下:sudo cp -rf jdk1.7.0_25 /usr/lib/jvm 更改環境變數:gedit ~/.bashrc開啟後加入:export JAVA_HOME=/usr/lib/jvm/jdk1.7.0_25 export JRE_HOME=${JAVA_HOME}/jre  export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib  export PATH=${JAVA_HOME}/bin:$PATH 儲存關閉。 用source使其生效:source ~/.bashrc 然後java -version會看到java版本是7. firefox12的安裝包是Firefox-latest.tar.bz2,將其解壓後是一個firefox目錄,先刪除老firefox:sudo rm -r /opt/firefox 將解壓的版本移動到該目錄下:sudo mv firefox /opt/ 備份老的firefox在系統中的連結:sudo mv /usr/bin/firefox /usr/bin/firefox-old 給firefox12建立連結sudo ln -s /opt/firefox/firefox /usr/bin/firefox 然後給firefox12填加java plugin使其支援java 7在firefox的URL框中打about:plugins,查看目前plugin的位置,我這裡是/usr/lib/mozilla/plugins,關閉firefox。進入該目錄:cd /usr/lib/mozilla/plugins填加連結:sudo ln -s /usr/lib/jvm/jdk1.7.0_25/jre/lib/i386/libnpjp2.so開啟firefox就可看到java plugin已經安裝。 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.