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

前端 未结 4 1272
自闭症患者
自闭症患者 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条回答
  •  说谎
    说谎 (楼主)
    2021-01-14 03:04

    Looks like you need the jar file in your classpath. From google it could be commons-lang-2.4.jar or similar

提交回复
热议问题