今天用tomcat运行了下之前使用jetty插件运行的项目,发现报错java.lang.NoClassDefFoundError: com/sun/tools/javac/util/List

可以通过将java下的tool.jar复制到tomcat的lib目录下解决。

 

相关文章: