[환경 세팅] 4. 인텔리J

귤's avatar
Jan 24, 2025
[환경 세팅] 4. 인텔리J

1. 다운로드 및 설치

 

2. 자바 프로젝트 만들어보기

  • 한 번 바꿔놓으면 바뀌지 않음
    • notion image
notion image

3. 코드 작성하고 실행해보기

public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
notion image
notion image
 
Share article

gyul