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.
NoClassDefFoundError尝试在我的 JSF 项目中部署 EJBCA API 时出现错误。当我在一个简单的 Java 项目中部署它时,在 Java 构建路径中导入简单的类和 JAR 一切正常,但在 JSF 中却没有。
NoClassDefFoundError
我试图从 EJBCA 文件夹中复制我想要的 jars 并放入MyProject\WebContent\WEB-INF\lib,但什么也没发生。
MyProject\WebContent\WEB-INF\lib
我必须做什么?