NoClassDefFoundError problems with help of Apache Commons Validator

前端 未结 6 874
误落风尘
误落风尘 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:33

    Put the jar containing "org/apache/oro/text/perl/Perl5Util" class on the server and modify the classpath of the server to include the jar file.

提交回复
热议问题