# Edit the profile

$vi /etc/profile

 

# Write down the environment variable with vi editor, and then save

JAVA_HOME=/usr/lib/jvm/jdk1.6.0_45

export $JAVA_HOME

PATH=$PATH:$JAVA_HOME/bin

 

# Apply the profile

$source /etc/profile

 

Link : http://blog.naver.com/blueday9404?Redirect=Log&logNo=220143471554

 

 

 

Posted by Jyui

Link: http://www.hyungjun.kr/224

 

 

 

Posted by Jyui

$su

$passwd

$Enter the password

$Enter agin the password

 

Posted by Jyui

Problem : 

 Execute failed: java.io.IOException: Cannot run program "dx": java.io.IOException: error=2, No such file or directory


Solution 1:
export PATH={$PATH}:/home/jyui/andorid/sdk/build-tools/android-4.2.2/

Old Solution : Sometimes it's not working

- Make some symbolic links like below:


~/android/sdk/platform-tools$ ln -s /home/jyui/andorid/sdk/build-tools/android-4.2.2/aapt aapt

~/android/sdk/platform-tools$ ln -s /home/jyui/android/sdk/build-tools/android-4.2.2/aidl aidl

~/android/sdk/platform-tools$ ln -s /home/jyui/android/sdk/build-tools/android-4.2.2/dx dx

~/android/sdk/platform-tools$ ln -s /home/jyui/android/sdk/build-tools/android-4.2.2/lib lib




Posted by Jyui
유용한 정보/컴퓨터2011. 10. 5. 06:10
gcc와 make 강좌:
http://wiki.kldp.org/KoreanDoc/html/gcc_and_make/gcc_and_make.html#toc1 




시간될 때 좀 읽어봐야겠음;ㅅ;  할꺼 많고나.   
Posted by Jyui