From the course: IntelliJ IDEA Community Edition Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Configure the Java Development Kit (JDK)

Configure the Java Development Kit (JDK)

From the course: IntelliJ IDEA Community Edition Essential Training

Start my 1-month free trial

Configure the Java Development Kit (JDK)

- [Instructor] After installing IntelliJ IDEA, the next step is to install a copy of the Java Development Kit. The JDK is available from many locations, you could choose to download and install the software manually and it will be placed in whatever the default directory is for your operating system. On Mac, that's a directory called Library/Java that's under the root directory. From there, there's a JavaVirtualMachines directory and notice I already have Java 15 installed. On windows, you would look under the program files directory and from there under Java. And you'll find basically the same thing. Now you can choose to use one of those existing copies of the JDK or as I'll show you, you can download the JDK from directly within the software. From the welcome screen, I'll go to configure, structure for new projects. Under platform settings, I've chosen SDKs and now I'll click plus. Notice that that copy of…

Contents