Why Do We Install JDK Instead of Just JRE
Why Do We Install JDK Instead of Just JRE
Component Purpose
JRE Lets you run Java applications (contains the JVM + runtime libraries).
Lets you develop and run Java applications (includes the JRE + compiler (javac) + build tools
JDK
like jar, javadoc, etc.).
Summary