سؤال

I've downloaded the HttpClient from http://hc.apache.org/downloads.cgi (binary 4.2.5.zip). Oddly enough, there is no "NameValuePath" interface at the path specified in javadoc. How to fix it?

enter image description here

هل كانت مفيدة؟

المحلول

You need HttpCore 4.2.4 in addition to HttpClient 4.2.5. Both can be downloaded from the same page.

Note that org.apache.http.NameValuePair can be found in the Core documentation.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top