java.lang.NoClassDefFoundError: org/apache/http/HttpEntity
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
A few things cause this exception:
1) Check if you have all jars and if they're in the correct path.
2) Your classpath might be broken, you can define it in the command line withjava -cp yourClassPath
or at your IDE if you're using one. you can change your scala version to 2.11.11
Solutions on the web
via GitHub by MankowitzProjects
, 1 year agovia Stack Overflow by applebrown
, 11 months agojava.lang.ClassNotFoundException: org.apache.http.HttpEntity
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at com.mashape.unirest.request.HttpRequestWithBody.body(HttpRequestWithBody.java:146)
at com.mashape.unirest.request.HttpRequestWithBody.body(HttpRequestWithBody.java:174)
at org.deeplearning4j.gym.ClientUtils.post(ClientUtils.java:23)
at org.deeplearning4j.gym.ClientFactory.build(ClientFactory.java:24)
at com.openaigym.Test.main(Test.java:27)