From the course: Java 8+ Essential Training: Syntax and Structure

Unlock the full course today

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

Install and configure IntelliJ IDEA

Install and configure IntelliJ IDEA - Java Tutorial

From the course: Java 8+ Essential Training: Syntax and Structure

Start my 1-month free trial

Install and configure IntelliJ IDEA

- [Instructor] In the earlier parts of this course, I'll be using JShell to illustrate simple Java statements. But the reality of Java is that you need to create complete Java classes to get any real work done. And the easiest way to manage that type of code is with an integrated development environment. I'll be using JetBrains' IntelliJ IDEA Community edition. Not only is it one of the best Java IDEs on the market, it's completely free. And if you're learning Java so you can build Android apps, it's important to learn how to work in IntelliJ IDEA since it's the foundation of Google's Android Studio. You can download IntelliJ IDEA from this webpage at www.jetbrains.com/idea/download. You should be taken automatically to a screen for your operating system, but if that doesn't happen, you can click on the appropriate operating system as needed. There are versions for Windows, Mac OS, and for Linux. Download the Community edition. On Windows, you'll get a simple installer application…

Contents