Hi,
My project is throwing java.lang.noclassdeffounderror: org/apache/http/httprequest error.
How to solve this issue?
Thanks
Hi,
If you are using maven then user following code:
<dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>4.5.3</version> </dependency>
Thanks