

First, I'll show you how to download and set up a JDK in your development environment. java files-which are plain text-and rendering them into executable.
#Java se development kit 10 downloads software#
The compiler is the software program capable of taking raw. In addition to the JRE, which is the environment used to run Java applications, every JDK contains a Java compiler. Everyday definition: The JDK is a software package you download in order to create Java-based applications.


IDGīefore we move on, let's consider the technical and everyday definitions of the JDK: The JDK requires a JRE because running Java programs is part of developing them.įigure 1 shows how the JDK fits into the Java application development lifecycle. The JRE can be used as a standalone component to simply run Java programs, but it's also part of the JDK. The distinction is that the JDK is a package of tools for developing Java-based software, whereas the JRE is a package of tools for running Java code.
