วันอาทิตย์ที่ 19 มกราคม พ.ศ. 2557
ความแตกต่างระหว่าง JRE กับ JDK
ข้อความหลัก :
JRE: Java Runtime Environment. It is basically the Java Virtual Machine where your Java programs run on. It also includes browser plugins for Applet execution.
JDK: It's the full featured Software Development Kit for Java, including JRE, and the compilers and tools (like JavaDoc, and Java Debugger) to create and compile programs.
Usually, when you only care about running Java programs on your browser or computer you will only install JRE. It's all you need. On the other hand, if you are planning to do some Java programming, you will also need JDK.
คำแปล :
JRE (Java Runtime Environment) : โปรแกรม Java จะรันได้โดย Java Virtual Machine โดยพื้นฐานที่มี Java Runtime Environment(JRE) ซึ่ง JRE นี่แหละที่ประกอบไปด้วย browser plugin ต่างๆสำหรับการทำงาน(execution) บน Applet
JDK (Java Development Kit) : เป็นชุดพัฒนาซอฟต์แวร์ที่เต็มไปด้วยการใช้งานที่หลากหลายสำหรับ Java ซึ่งในนี้ก็รวมไปถึง JRE ด้วย และยังรวมถึง compliers และเครื่องมือต่างๆ (เช่น JavaDoc และ Java Debugger) โดยเพื่อที่จะสร้างและทำการ compile programe ต่างๆ
โดยทั่วไปแล้ว ถ้าคุณสนใจเฉพาะการรันโปรแกรม Java บน browser หรือ computer ของคุณเอง คุณก็แค่ติดตั้ง JRE ก็เพียงพอแล้ว แต่ในอีกทางหนึ่ง ถ้าคุณมีการวางแผนที่จะพัฒนาโปรแกรม Java บางอย่าง คุณจำเป็นต้องใช้ JDK
CREDIT : http://stackoverflow.com/questions/1906445/what-is-the-difference-between-jdk-and-jre
ป้ายกำกับ:
Java
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น