
JDK can work with any version of Java you want to use. Getting started is as easy as downloading and adding to your classpath. Create your programs using the best tools availableĮveryday programmers and professionals alike use these programs to create thousands of unique programs. While it might be easy to confuse the JDK with the JRE, the distinct element of the JDK is the package that is used to develop code, while JRE is primarily made to run Java code. What is a JDKThe Java SE Development Kit, or JDK, is an extended subset of tools that allow for developing applications for the Java programming language. JVM is the component that executes programs, JRE is the portion of Java that creates the JVM, and the JDK allows a developer to create Java programs. The three programs you’ll need to get started with Java programming work together in tandem to help you along. Revisions 34.0.0 RC2 (March 2023) Updated with the release of Android 14 Developer Preview 2. The two other technology packets you’ll need are the JVM (Java Virtual Machine) and the JRE (Java Runtime Environment). Download SDK Platform-Tools for Windows Download SDK Platform-Tools for Mac Download SDK Platform-Tools for Linux Although these links do not change, they always point to the most recent version of the tools. It’s one of the three core pieces of technology you’ll need to get started in your Java programming endeavors.

At the heart of Java programming lies the Java Development Kit.
