이클립스 + java UserLib + java Build Path 등록 후 publish/export dependency 가 널인경우 /WEB-INF/lib 추가하기
1. 프로젝트 선택
필터 --> .resuorce 체크 풀기
.classpath 열어 아래 항목 추가
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/etcs"/>
----> 변경
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/etcs">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
댓글 없음:
댓글 쓰기