From the course: Java 8 Essential Training

Unlock the full course today

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

Installing IntelliJ IDEA on Windows

Installing IntelliJ IDEA on Windows - Java Tutorial

From the course: Java 8 Essential Training

Start my 1-month free trial

Installing IntelliJ IDEA on Windows

- For most of this course, I'll be using IntelliJ IDEA, an advanced integrated development environment for Java developers from JetBrains. Click the download link and that will take you to this page. You'll find that there are versions of IntelliJ IDEA for Windows, Mac OS X, and Linux, and I recommend using the free community edition. This will give you coding tools for Java, and for two JVM languages, Groovy and Scala. I've already downloaded the installer on Windows. If prompted with user account control dialog, click Yes to continue, then click through the prompts. Notice on 64-bit Windows that you'll be installing to C:\Program Files (x86), because this is a 32-bit software package. I'm using Version 14.1.3. If you're using a more recent version, you might see some visual differences. I'll continue through and accept all of the options, and let the installation complete. When the installation is complete, I'll check the option to run the software immediately and then click Finish.…

Contents