package sneeThunder

String cannot be resolved to a type 오류 본문

WebPrograming/JSP

String cannot be resolved to a type 오류

스니썬더 2022. 4. 2. 02:25

원인

  import한 프로젝트의 jdk의 버전과 프로젝트의 jdk버전이 달라서 오류 발생.

 

해결

  1. jdk파일 우클릭 - Build Path - Configure Build Path 
  2. Libraries 탭 - 오류 표시 JRE 시스템 라이브러리 더블클릭 - edit library - workspace default JRE로 변경
  3. 그림 설명

 

'WebPrograming > JSP' 카테고리의 다른 글

프로젝트 생성하는 법  (1) 2022.04.01
Comments