Download the Installer Visit the IntelliJ Download Page to begin the download process. Under the Community section, click Download. Run the executable file once it has downloaded to begin the installation wizard. Installation Click Next Choose the Installation Directory. Click Next. Check 64-bit launcher if using a 64-bit architecture. Check .java file association so that … Continue reading How to Install IntelliJ IDEA
Tag: install
How to Install Java 1.8
JRE vs. JDK When downloading Java, many people have trouble knowing if they should download the JRE (Java Runtime Environment) or the JDK (Java Development Kit). The JRE is used when you simply want to run a program that uses Java. The JDK is used for any java development purposes. In this series, we will … Continue reading How to Install Java 1.8