gpt4 book ai didi

java - 使用 StringUtils 时出现运行时错误

转载 作者:行者123 更新时间:2023-12-02 00:53:41 25 4
gpt4 key购买 nike

我在用 Intellij IDEA 编写的 Java 代码中使用 StringUtils。我的服务器是resin 3.1.9。我编译代码没有问题,但是当我运行它时,我收到以下运行时异常:

com.caucho.java.JavaCompileException:/sample.jsp:219: cannot find symbol symbol : method startsWithIgnoreCase(java.lang.String,java.lang.String) location: class org.apache.commons.lang.StringUtils

我错过了什么吗?

谢谢

最佳答案

您说您没有任何编译时错误。但实际上这是一个编译时错误。当您的服务器尝试编译您的 JSP 页面时您会得到这个信息。在第 1 行显示 JSP 代码。 219.

很可能您的类路径中没有 commons-lang jar 文件,这意味着您应该将其添加到您的应用程序 WEB-INF/lib 中。

关于java - 使用 StringUtils 时出现运行时错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1865295/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com