Printable View
i want to know how to use curl in servlet. thnx
Why curl? Servlets aren't really different from other Java code, so you use curl the same way. Put the libcurl JARs into WEB-INF/lib.