java.lang.NoClassDefFoundError: org/apache/commons/lang/Validate

前端 未结 4 1364
自闭症患者
自闭症患者 2021-01-14 02:43

Why does the following happen and how can I fix it?

Exception in thread \"main\" java.lang.NoClassDefFoundError: org/apache/commons/lang/Validate
    at org.         


        
4条回答
  •  梦毁少年i
    2021-01-14 03:15

    You can download the Jar from http://mvnrepository.com/artifact/commons-lang/commons-lang/2.4

提交回复
热议问题