YYYEJI

[JAVA] 이클립스 The selection cannot be launched, and there are no recent launches 오류 해결하기 본문

Java

[JAVA] 이클립스 The selection cannot be launched, and there are no recent launches 오류 해결하기

YEJI ⍢ 2022. 11. 3. 03:21
728x90

이 에러는 앞서 실행한 파일과 충돌이 일어나서 생기는 에러인데 . . .

저는 이클립스를 방금 다시 다운받고 실행시킨 사람으로써 조금 당황을 했습니다.

 

 

↓↓↓           Error       ↓↓↓

The selection cannot be launched, and there are no recent launches.

 

 

아래 스텝을 따라가주세요.

 

Ecliipse

 

 

Preferences...

 

Run/Debug double clock
Launching

 

Launch Operation   →    Launch the associated project

 

 

 

◡̈

'Java' 카테고리의 다른 글

[JAVA] Scanner 클래스  (0) 2022.12.24
[JAVA] 변수(variable)란?  (0) 2022.12.23
[JAVA] 자바에서 주석(comment) 처리하는 방법  (0) 2022.10.23
[JAVA] Delimiter란?  (0) 2022.10.23
[JAVA] 사용자로부터 값 입력받기 (Scanner)  (0) 2022.10.23