java rest web service RuntimeException WEB9033
Posted
by user272483
on Stack Overflow
See other posts from Stack Overflow
or by user272483
Published on 2010-03-23T20:51:30Z
Indexed on
2010/03/23
20:53 UTC
Read the original article
Hit count: 527
hi,
i'm developing a rest web service in java.
i'm using htmlparser library on it.
but when i try to run service i'm getting this exception. i can build it successfully. and org.htmlparser.beans.StringBean class exists in project.
exception
javax.servlet.ServletException: java.lang.RuntimeException: WEB9033: Unable to load class with name [org.htmlparser.beans.StringBean], reason: java.lang.NoClassDefFoundError: org/htmlparser/visitors/NodeVisitor
root cause
java.lang.RuntimeException: WEB9033: Unable to load class with name [org.htmlparser.beans.StringBean], reason: java.lang.NoClassDefFoundError: org/htmlparser/visitors/NodeVisitor
root cause
java.lang.NoClassDefFoundError: org/htmlparser/visitors/NodeVisitor
root cause
java.lang.ClassNotFoundException: org.htmlparser.visitors.NodeVisitor
© Stack Overflow or respective owner