Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以前用过myeclipse,最近用Eclipse,喜欢在web-inf中对lib排序,但是现在做的时候后台说找不到jar包。我检查了tomcat中的webapps目录,它和myeclipse一样。我的tomcat是7.0。
为什么会这样?感谢您的回答。
请在 Build Path 中添加 jar。即使您已复制到 WEB-INF,您也需要使用 Right Click Project in eclipse-->Properties-->Java Build Path-->Libraries选项卡添加引用并添加外部 jar 并引用所需的 jar。
Right Click Project in eclipse-->Properties-->Java Build Path-->Libraries