NoClassDefFoundError problems with help of Apache Commons Validator

前端 未结 6 806
误落风尘
误落风尘 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条回答
  •  迷失自我
    2021-01-13 14:22

    I was having this issue on version 1.3.1 of Apache's Validator. I rolled back to 1.3.0 and it included the oro dependency just fine.

    If you don't rely on something from the dot release, perhaps this could work for you as well.

提交回复
热议问题