java.lang.NoClassDefFoundError: org/apache/http/conn/scheme/SchemeSocketFactory

前端 未结 5 609
走了就别回头了
走了就别回头了 2021-01-02 21:16

I am tring to send mail by AWSCredentials but getting an exception

java.lang.NoClassDefFoundError: org/apache/http/conn/scheme/SchemeSocketFactory

5条回答
  •  Happy的楠姐
    2021-01-02 21:52

    debug your code and point out where Exception occur. Any of instance of class that you used is not included in your jar file i think so. am not sure. find that by debugging. i think SchemeSocketFactory is not exsisting in your class path. please check

提交回复
热议问题