I m working on a project which is working great on a machine but on another machine having OS WINDOW 8 when I run same project I got Exception
java.lang.NoClassDefFoundError: org.apache.commons.lang.StringEscapeUtils
It is related to runtime class path but I dont know from where I need to set that. External jar is used here and there is no error in any of file.
Please Suggest