Hi all,
recently I downloaded this open source project and I am trying to compile it.
However, one of the line is giving me an error.
"import com.sun.org.apache.xpath.internal.functions.WrongNumberArgsException;"
Seems that i am missing a library.... is there a way to know WHICH library do I need?
I tried searching on google for com.sun.org.apache.xpath.internal.functions, while there seem to be a result on kickjava.com/src containing the source code.
I think i need the Jar file right?
I tried downloading xalan from apache and it didn't work. I tried to see if there's a xpath library, but I dont think there's a xpath library? searching for xpath led me to xalan. I have also tried Xerces-J-bin.2.9.1 .
Thanks!