skip to Main Content

Cannot resolve symbol Apache in Intellij

I have been through the other answers but none of them seemed to help me. I am just starting out with programming. import jdk.incubator.http.HttpClient; import jdk.incubator.http.HttpResponse; import org.apache.*; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.impl.client.HttpClients; import org.apache.http.util.EntityUtils; public class…

VIEW QUESTION
Back To Top
Search