언어·프레임워크/Spring

[스프링][문제해결] Resource specification not allowed here for source level below 1.7 에러 해결

DandyNow 2022. 6. 15. 13:04
728x90
반응형

아래와 같은 에러가 발생하면,

Resource specification not allowed here for source level below 1.7

 

[그림 1]과 같이 Java Build Path > Libraries > JRE System Library [JavaSE-1.6] 더블 클릭한 후-나의 경우 1.8 버전이므로-1.8 버전으로 변경하면 된다.

[그림 1] 1.6을 원하는 버전으로 변경한다.

 

728x90
반응형