From the course: Learning Java 11
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Downloading Java on your computer - Java Tutorial
From the course: Learning Java 11
Downloading Java on your computer
- [Instructor] Let's install the Java Development Kit, or JDK, so that we can build Java applications on our computer. Remember, the JDK includes the JRE, or Java Runtime Environment, so we will not only be able to build applications on our computer, but we will also be able to run them. SE stands for Standard Edition, which is what we want, so we're going to click on this first link here. In this course, we'll be using 13.0.2, because it is the latest version of the Java platform at the time of this recording. When you are viewing this course, there may be newer versions available, which you're fine to use as well. The difference between the versions matter more once you get deeper into the Java programming language, but for this course, since we are looking at the fundamentals, any version Java 8 and above is fine. Now let's click download. Next, you'll want to download the JDK for your specific operating system.…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
What is Java?1m 47s
-
(Locked)
Downloading Java on your computer1m 36s
-
(Locked)
Exploring the command line3m 48s
-
(Locked)
Your first Java program4m
-
(Locked)
Hello World in the command line3m 19s
-
(Locked)
Exploring an integrated development environment (IDE)3m 40s
-
(Locked)
Hello World in an IDE3m 39s
-
-
-
-
-
-
-