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.
我正在将我的 JBoss 从 4.0.5 迁移到 WildFly 9.0.2 版本,并且我的应用程序有一些依赖JRE/lib/rt.jar,但是当我在 WildFly 上部署该应用程序时,应用程序会出现 ClassNotFoundException 之类的错误。如果我rt.jar在 lib 目录中添加依赖项,则应用程序可以工作。
JRE/lib/rt.jar
rt.jar
那么有谁知道如何克服这个问题。
例如。
javax.xml.parsers.SAXParser.class可在rt.jar.
javax.xml.parsers.SAXParser.class