I have added the .jars to my library and I can also instantiate other classes in the JAR. What gives? I've tried to clean the project etc.
It's a compiler-time error. Eclipse won't let me instantiate it.
I'm importing the correct library, not the sun version, and using the default contructor, specified by their tutorial
HttpClient client = new HttpClient();
(Eclipse, mac, Apache HTTP, "HttpClient 4.0.1 (GA)" downloaded from here)