课程: Learning Java 17
Install the Java Development Kit
- Let's install the Java development kit so we can build and run Java applications on our computer. Remember the JDK includes the Java runtime environment. So we'll not only be able to build applications but we'll also be able to run them. SE stands for standard edition. And this is exactly what we want. In this course, we'll be using Java 17.0.2 because it's the latest version of the Java platform at the time of this recording. When you're viewing this course, there may be newer versions available which you're fine to use as well. As we mentioned before, the difference between Java versions matters more as you get deeper into the Java programming language. You'll want to download the JDK for your specific operating system. Since I'm using a Mac, I'll use the Mac option. Let's install it. It's installed. We're able to build and run Java programs on our computer.
随堂练习,边学边练
下载课堂讲义。学练结合,紧跟进度,轻松巩固知识。