2018년 3월 19일 월요일

publish/export dependency: 값이 없거나 노드 자체가 없는 경우 세팅

eclipse + java build path  등록시

publish/export dependency:  값이 없거나 노드 자체가 없는 경우 세팅


방법 1. 

eclipse


.classpath 에서
해당 라이브러리를 찾아서
아래의 문구 삽입
<classpathentry kind="lib" path="/techdom-web/target/classes/swe">
<attributes>
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/classes"/>
</attributes>
</classpathentry>



방법 2.



이렇게 추가하면 된다.