Remarks --As of 03/03/2018
--IDEA for Java issued by Czech-based "JetBrains" --You can write other languages

--Select Create New Project

--Select Java and Next (I don't care about the Project SDK yet)

--Create project from template> Select Java Hello World (You don't have to select anything here) --Determine the project name
1 file > setting > plugin 2 Restart IntellJ IDEA

3 A pop-up will appear and the one that is automatically entered will be installed. (This time, "jbsdkBu112b287.2_windows_x64.tar.gz")


project
Project SDK > 1.8(java version "1.8.0_112-release") Project language level > SDK default(8 - Lambdas)

Modules

Run (top toolbar)> Edit Configrations> Configrations Select Default (1.8 --SDK) for JRE

Become compilable
Recommended Posts