NoClassDefFoundError problems with help of Apache Commons Validator

前端 未结 6 807
误落风尘
误落风尘 2021-01-13 14:05

Getting an error if using Apache Commons Validator:

java.lang.NoClassDefFoundError: org/apache/oro/text/perl/Perl5Util

Even if, Apache Commons Validator /dep

6条回答
  •  -上瘾入骨i
    2021-01-13 14:23

    You need to get Apache oro. I've version 2.0.8 though Maven and it has Perl5Util:

    mpandit-mbp:2.0.8 mpandit$ jar tvf oro-2.0.8.jar | grep 'Perl5Util'
    7818 Sun Dec 28 23:00:18 PST 2003 org/apache/oro/text/perl/Perl5Util.class
    

提交回复
热议问题