어느 가을날의 전환점

ECLIPSE|프로젝트 Import 시 Lib가 Build Path에 적용 안되는 경우 본문

Development

ECLIPSE|프로젝트 Import 시 Lib가 Build Path에 적용 안되는 경우

어느가을빛 2014. 1. 3. 13:35

기존 프로젝트를 이클립트에 Import 했을 때 lib 디렉토리가 Build Path에 Web App Libraries로 추가 안되는 경우 해결 방안.


이클립스에 프로젝트 선택


1) Right click -> Properties

2) Project Facets -> Check Dyanmic Web Module and Java Version

3) Apply Setting.


Now you should see the web app libraries showing your jars added.


Comments