org.apache.commons.lang.StringEscapeUtils
I think i know the answer to this but I better ask anyway. I wrote my own class that does the same things as org.apache.commons.lang.StringEscapeUtils. I would much rather use the ones from apache, but when I
import org.apache.commons.lang.StringEscapeUtils;
it isn't found, is there anything I can do to use this class with jdeveloper 10.1.2
Thanks
troy