Help! How to Add Apache HttpClient to Eclipse
807600Aug 16 2007 — edited Aug 17 2007I'm pretty new to Java (and I've never used Eclipse before)...I'm trying to use the Apache HttpClient (and associated classes) in a Java applet. I've downloaded the .zip file from jakarta.apache.org.
Now how do I use it?!?
I've tried adding it when I start a new project and, although it appears in the browser on the left hand side, I can't actually use any of the objects. If I use an object in the code, the editor says it doesn't exist. The fix imports function doesn't work either.
I had the same problem with NetBeans. I know I'm probably overlooking something really simple, but I just can't figure it out. Can anyone clue me in?