nataoh's blog

ถ้าใครตามข่าว IT อยู่ตอนนี้อาจจะเคยได้ยินข่าวลือว่า Google อาจจะทำมือถือออกมาขายบ้าง แต่ว่าเมื่อไม่กี่วันมานี้ Google ได้ประกาศออก Framework : Android ขึ้นมาซึ่งเป็นอะไรที่ผิดคาดพอสมควรโดยข้างในของ Android นั้นมีตั้งแต่ OS, Library, Framework, Software ที่ใช้ในการพัฒนา โดยจากรูปข้างล่างจะเห็นได้ว่าใช้ Linux kernel ซึ่งหมายความว่า Android นั้นเป็น OpenSource ทั้งหมด

 

ทีนี้หลายคนอาจสงสัยว่า Android นั้นใช้ภาษาอะไรในการพัฒนาซึ่งใช้กฎการเขียนแบบภาษา Java แต่ว่าข้างในนั้น Google พัฒนาเองเกือบทั้งหมด

ประเด็นต่อมาคือใครจะนำเอา Android ไปใช้ล่ะ ทาง Google ได้ชวนบริษัทต่างๆ ที่เกี่ยวกับ mobile ทั้งหมดกว่า 34 บริษัท รวมตัวเป็น Open Handset Alliance ขึ้น ตัวอย่างบริษัทต่างๆ ที่ Google ชวนมา

Below comon commands that are used within the Linux as well as the Unix OS are displayed. In many cases there is a mystique surrounding the skills of those who practice security as their craft. Yet, many times the reality is these individuals just have a deaper understanding of what the operating system they use can perform.

 

อันนี้ผมไม่รับประกันว่าได้ 100 % นะครับเริ่มจากอาการก่อนนะครับ อาการคือ ไม่มีเสียงแต่ว่าเมื่อเสียบหูฟังแล้วสามารถได้ยินเสียงตามปรกติ วิธีแก้นะครับ

The Problem is when I installed eclipse and sun-java6 but in eclipse's configuration and java command in terminal was version 1.4

This is how to change version in terminal and another note is for eclipse

1. list the JDKs by update-alternatives command:
* update-alternatives --list java // now you can see the list of JDK
2. change JDK :
* update-alternatives --set java /some/path/to/JDK
* examples : sudo update-alternatives --set java /usr/lib/jvm/java-6-sun/jre/bin/java // for my laptop
3. That's it!!!!

Reference: http://weblogs.java.net/blog/kirillcool/