The method getRemoteAddr() from the type ServletRequest refers to the missing type String
잘 수정해서 담아온 프로젝트 import를 시켰는데..에러가!!
구글에서 해결방법을 찾았다.
http://www.programmershare.com/2993806/
[ The JSP page request.getContextPath () "...... refers to the missing type String" error ]
Today I will a project from another machine, copying machine, and re-install JDK1.6 (the original JDK machine is 1.5), and configure the JDK environment,
The entire project is deployed in each JSP page request.getContextPath () "appears at the bottom of a red wavy line, the error message prompts
"The method getContextPath () from the type HttpServletRequest refers to the missing type String",
At this point, we simply this:
1 Right-click the project - Build Path - Configure Build Path Libraries option, you will find the error of jre Libraries Remove out.
2 and then right-click the project - Build Path - Add Library, select the JRE System Library, select the Workspace defaulr JRE (jdk1.6) (JDK had been successfully installed and configured), and then Finish.
빌드 경로 - JRE 라이브러리의 오류이다.
1. 오류가 나는 프로젝트 우클릭
2. Build Path - Configure Build Path Libraries option
3. 빨갛게 오류가 보이면(unbound)~ 여기를 수정하면 된다~
( 프로젝트를 가져온 곳과 지금 내 pc환경이 맞지 않아서 나는 오류이다.
나의 경우는 jdk1.7이 필요한데 jdk1.6까지밖에 없어서 다운받아서 설정해줬다. )
'문제점해결' 카테고리의 다른 글
이클립스에서 import하고 나서 한글 깨질 떄 (0) | 2014.07.29 |
---|---|
svn에서 내려받은 파일 에러천지// (0) | 2014.07.29 |
error LNK2019: _Direct3DCreate9@4 외부 기호(참조 위치: "void __cdecl init(void)" (?init@@YAXXZ) 함수)에서 확인하지 못했습니다 (0) | 2014.07.29 |
0xc000007b (0) | 2014.07.29 |
[openCV]이러한 피연산자와 일치하는 "<<" 연산자 (0) | 2014.07.28 |