[JAVA] [Must-see for beginners] Compile settings with IntellJ [Many images]

Remarks --As of 03/03/2018

What is IntelliJ

--IDEA for Java issued by Czech-based "JetBrains" --You can write other languages

How to get started

intel.PNG

--Select Create New Project

1.PNG

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

2.PNG

--Create project from template> Select Java Hello World (You don't have to select anything here) --Determine the project name

Download the plugin "JB SDK Bintray Downloader"

1 file > setting > plugin 2 Restart IntellJ IDEA

3.PNG

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

4.PNG

SDK settings

5.PNG

project

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

6.PNG

Modules

7.PNG 8.PNG 9.PNG

Execution settings

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

10.PNG

Complete! !!

Become compilable

Recommended Posts

[Must-see for beginners] Compile settings with IntellJ [Many images]
Environment construction with Docker for beginners
[Commentary with images] Github beginners summarized gitignore
Learn Java with "So What" [For beginners]
Experience CI / CD with katacoda (for beginners) --Part10 (Building Docker Images using Jenkins)
[For beginners] Test devise user registration with RSpec
[Rails] Beginners can resize images with image_tag (groping)