| Author |
"import org.apache.http.HttpRequest;" Cannot be Resolved
|
Natalie Kopple
Ranch Hand
Joined: May 06, 2003
Posts: 320
|
|
|
Under the "package" and above the "public class ...", I put I got the error message saying that import statement cannot be resolved. Please help. Thank you.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
|
You must add the JAR file that contains this class to the classpath. It's probably the Apache HttpClient library.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
Natalie Kopple
Ranch Hand
Joined: May 06, 2003
Posts: 320
|
|
|
Thanks a lot. I am missing a JAR.
|
 |
 |
|
|
subject: "import org.apache.http.HttpRequest;" Cannot be Resolved
|
|
|