1. billy@billy-laptop:~/javaWork/web$ javac -cp "httpcomponents-client-4.0.3/lib/*" Bot.java
  2. Bot.java:14: cannot find symbol
  3. symbol : class HttpResponse
  4. location: class Bot
  5. HttpResponse response = new httpclient.execute(httpget);
  6. ^
  7. Bot.java:14: package httpclient does not exist
  8. HttpResponse response = new httpclient.execute(httpget);
  9. ^
  10. 2 errors
  11.