Hi, I am using StringUtils in my Java code written in Intellij IDEA. My server is resin 3.1.9. I have no problem compiling the code but when I ran it, i get the following runtime exception:
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
Am i missing something?
Thanks