1. 路徑
Ubuntu 系統環境變數
/etc/environment
Ubuntu 使用者環境變數
/etc/profile
2. 編輯時需有root權限
3. 重新載入環境變數(編輯後使用)
source /etc/environment
source /ect/profile
2013年2月15日 星期五
如何於 Ubuntu 安裝Oracle Java JDK?
由於編譯Android的需求,需要於Ubuntu (12.04 64 bit)上安裝Oracle Java JDK,
依照Android open source project上的說明,下指令,但找不到sun-java6-jdk?
http://source.android.com/source/initializing.html
於是拜讀了Google大神,找到Single9的文章,如以下連結,
如何於 Ubuntu 安裝Oracle Java JDK?(說明JDK .bin檔的設定方式)
http://single9.net/2011/05/how-to-install-java-jdk-in-ubuntu/
如何安裝 Oracle Java Developer Kit(JDK) 7 於 Ubuntu?(說明JDK .tar.gz檔的設定方式)
http://single9.net/2011/09/how-to-install-oracle-jdk-7-0-in-ubuntu/
做個筆記! ^^
依照Android open source project上的說明,下指令,但找不到sun-java6-jdk?
http://source.android.com/source/initializing.html
$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk
於是拜讀了Google大神,找到Single9的文章,如以下連結,
如何於 Ubuntu 安裝Oracle Java JDK?(說明JDK .bin檔的設定方式)
http://single9.net/2011/05/how-to-install-java-jdk-in-ubuntu/
如何安裝 Oracle Java Developer Kit(JDK) 7 於 Ubuntu?(說明JDK .tar.gz檔的設定方式)
http://single9.net/2011/09/how-to-install-oracle-jdk-7-0-in-ubuntu/
做個筆記! ^^
訂閱:
意見 (Atom)