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.
尝试加载 jsp 页面时,我没有收到类 def 错误
java.lang.NoClassDefFoundError: org/apache/struts/actions/DispatchAction
可能的原因是什么?
我的 web/lib 文件夹中有 struts jar
将 jar 添加到 lib 文件夹将使其在编译期间可用。什么 ajava.lang.NoClassDefFoundError表示在运行时缺少特定的类。
java.lang.NoClassDefFoundError
检查您是否在堆栈跟踪中看到下面的 ClassNotFoundException。如果是,那么您Struts jar在类路径中丢失了。
Struts jar