From the course: Learning JVM Languages: JVM, Java, Scala

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

JDK

JDK

- [Narrator] Hi everyone, we're the next section now. Which is developing on the Java virtual machine. In this section we'll take an in-depth look at a Java virtual machine, JVM. We'll focus on concepts that every JVM developer should know regardless of the chosen programming language. To be exact, we'll cover Java development kit. Class organization with packages. Java Class library. We'll run JVM applications on the command line. And install the eclipse integrated development environment. Eclipse IDE. Now we move on to the first video of the section that deals with JDK. Here we'll cover JDK related topics. Such as its installation, exploration, and JRE. Developers who want to develop on a JVM should always install JDK. It bundles the Java runtime environment, JRE, the Java compiler, and various development tools. Some of which we'll explore in this section. The recent version of the Linux distribution of the Raspberry Pi, installs the Java SE embedded eight JDK automatically when…

Contents