장난감들
[Eclipse] Eclipse 프로젝트 Import 시 Lib가 Build Path에 적용 안되는 경우
헤르메스의날개
2016. 2. 17. 10:38
728x90
출처 : http://302.pe.kr/370
기존 프로젝트를 이클립트에 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.
728x90