Please follow the simple following steps:
1. Go to:
Applications > Accessories > Terminalto open the terminal window.
2. You should take a back up of /etc/profile file. So write the commands:
sudo cp -p /etc/profile /etc/profile_backup
3. Now, to edit the /etc/profile file, write the following command in the terminal:
gksudo gedit /etc/profileThe file will be opened for editing.
4. You have to add one line at the end of the file. That line will tell the name of the variable and it's value.
Format for this command is:
export ENV_VARIABLE_NAME=VALUEwhere ENV_VARIABLE_NAME is the name of the variable and VALUE is the value.
For example,
export JAVA_HOME=/mnt/F/ubuntu/j2sdk1.4.2_16here /mnt/F/ubuntu/j2sdk1.4.2_16 - this path is the value of the variable JAVA_HOME.
5. Save your file and close it.
6. Restart your machine.
7. You can check if the value is properly set with these commands:
cd $JAVA_HOME
pwd
4 comments:
今年のクリスマスも後少しですね。グリー内でもクリスマスに備えて異性と交流を持つコミュニティが活発で、自分も今年のクリスマスにお陰で間に合いました!!みなさんもイブを一人で過ごさなくても良いように、グリーで異性をGETしよう
大評判のイククルで素敵な出会いを体験してみませんか?日本最大級なのでメル友、リア友、恋人、ちょっぴり秘密な関係のパートナーもイクヨクルヨならスグに見つかりますよ!
当サイト直アド掲示板では無駄なやり取りが一切なく気に入った異性と即直アドが交換できます!口コミで広がったサイトなので業者もほとんどゼロ!ステキな異性と二人だけで秘密のメールを思う存分楽しんで下さい!
当サイト直アド掲示板では無駄なやり取りが一切なく気に入った異性と即直アドが交換できます!口コミで広がったサイトなので業者もほとんどゼロ!ステキな異性と二人だけで秘密のメールを思う存分楽しんで下さい!
Post a Comment