


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. 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. It also has an IcedTea projectthat builds OpenJDK and adds some features. Red Hat Red Hat distributes OpenJDK builds via Red Hat Enterprise Linux, a commercial product. The two other technology packets you’ll need are the JVM (Java Virtual Machine) and the JRE (Java Runtime Environment). is where Oracle’s OpenJDK builds are published for download, is the OpenJDK project itself. 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.
