我希望导出的.war文件在工作区中包含其他(引用的)项目。
当我仅在Build Path中引用它们时,它没有显示“Problems”,但是当我尝试“Run on Server”或导出时,会抛出ClassNotFoundException。
使用eclipse Kepler,tomcat 7.0.42。
我在这里看到了解决方案:Not able to configure run path for web application project in Eclipse workspace;这就是它现在的运作方式。有更便捷的方式吗?
答案 0 :(得分:1)
您是否在Eclipse中运行Tomcat?试试这个:
Run
- > Run Configurations...
(或Debug Configurations...
)。Tomcat v7.0 Server at localhost
下找到Apache Tomcat
(或其为您命名的任何内容)。Classpath
标签。User Entries
,然后点击Add Projects...
。这应该将该项目放在Tomcat的类路径上。