当前位置: 代码迷 >> Web前端 >> 在Eclipse WEB项目中添加的自定义库不会输出的有关问题
  详细解决方案

在Eclipse WEB项目中添加的自定义库不会输出的有关问题

热度:221   发布时间:2012-08-17 02:08:34.0
在Eclipse WEB项目中添加的自定义库不会输出的问题
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/jBOSS-mule">
  <attributes>
   <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
  </attributes>
 </classpathentry>  



在classpathentry加上这个属性就行了。
  相关解决方案