[logo] SDK and JRE

Java 2 Standard Edition (J2SE) comes in two forms: JDK (development kit) and JRE (execution environment). Please select which one to install depending on your intent.

JDK (Java Development Kit)
  • Required for developing software in Java programming language.
  • Contains JRE.
  • Install this if you intend to modify the software or develop plug-ins for the software.
JRE (Java Runtime Environment)
  • Required for executing software written in Java programming language.
  • Install this if you just intend to use the software.