accessing libcurl from Java
We can take advantage of libcurl straight from within Java programs using
this binding.
All you need to do is to get the 'curl-java' package and use it!
Download
curl-java 0.2.1 (17 Jan 2008)
Note
The 'javacurl' project hosted at sourceforge is generally
deemed to be crap. Don't use that.
Credits
Daniel Stenberg wrote the original embryo. Guenter Knauf improved it.
People that have contributed include: Bjorn Reese, Bob Schader, Takeshi
Martinez, Daniel Marell, Serge Kruppa.
What is Java?
You'll find more info on the official
Java web page.