Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException

后端 未结 1 1864
清酒与你
清酒与你 2021-01-18 13:52

I try Querying Solr via Solrj

Here is my code

public class ReadFromSolr {

public static void main(String[] args) throws MalformedURLException, Solr         


        
相关标签:
1条回答
  • 2021-01-18 14:22

    You need commons-codec.jar on the classpath.

    0 讨论(0)
提交回复
热议问题