You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Chris Pratt <th...@gmail.com> on 2011/05/27 01:19:24 UTC

Re: When start tomcat6 always got "java.lang.NoClassDefFoundError: com/opensymphony/xwork2/util/finder/ClassFinder$InfoBuildingVisitor" Error!

The NoCassFoundError is not the same as the ClassNotFoundException.  It
indicates that a dependency of the listed class couldn't be found, not the
named class.  I would suggest reviewing the dependency requirements and
determining whether you've met them.
  (*Chris*)
On May 26, 2011 4:06 PM, "Emi Lu" <em...@encs.concordia.ca> wrote: