Programing/오류 해결

the project was not built due to release 21 is not found in the system". Fix the problem, then try refreshing this project and building it since it may be inconsistent.

- 광속거북이 - 2024. 3. 15. 15:24
반응형
SMALL

the project was not built due to release 21 is not found in the system". Fix the problem, then try refreshing this project and building it since it may be inconsistent.

 

 

프로젝트에 올라가져 있는 jre 우클릭 > Properties 로 들어가 줍니다.

 

들어가보면

 

default JRE로 설정이 되어 있을텐데

 

Execution environment 에서 다른 버전의 java로 잡아주면 해결이 됍니다.

 

에러 메시지에 따라서 java 버전을 선택해야 할것으로 추측이 되는데

저는 13으로 선택하니 해결이 되었습니다.

반응형