NoClassDefFoundError: org/apache/commons/lang3/StringUtils

后端 未结 6 1711
孤独总比滥情好
孤独总比滥情好 2020-12-01 10:54

I\'m trying to run the sample project with this library and I get the following error:

Exception in thread \"main\" java.lang.NoClassDefFoundError: 

    org         


        
6条回答
  •  忘掉有多难
    2020-12-01 11:03

    When everything else is correct, rarely jar file gets corrupted. Ensure you don't see error something like below while compiling

    [ERROR] error reading 
    C:\Users\Mohan\.m2\repository\org\apache\commons\commons-lang3\3.7\commons-lang3-3.7.jar; 
    ZipFile invalid LOC header (bad signature)
    

提交回复
热议问题