IT 이야기/디버깅
[eclipse 오류 해결] the selection cannot be launched and there are no recent launches 경고 문구 해결
왼손잡이 에언
2021. 1. 27. 15:22
□ 에디터: Eclipse IDE for Java Developers - 2020-12
□ 경고문구: the selection cannot be launched and there are no recent launches
□ 문제: 메인 클래스를 실행하려는데 실행이 되지 않는다.
□ 원인: 이클립스에서 실행하고자하는 프로젝트 위치를 찾지 못해서 발생하는 오류다.
□ 해결방법: window > preference > Run/Debug > Launching > Launch Operation > Launch the associated project 라디오 박스를 선택해주면 된다.