views:

202

answers:

1

Hi all,

I want to use the jetty httpclient(in netbeans) but have the least number of jar dependencies. I know I can import all jars from the jetty lib folder to my project but I would like to know what the minimum number of dependencies are and how you did find this out? Our there tools to find jar dependencies?

+1  A: 

Okay after a little bit more googling I found this link with the correct aggregrate jar to play with httpclient.

Alfred