curl/java
Daniel Stenberg a0e389caa2 generated .h file cut off 2001-09-10 12:17:23 +00:00
..
CurlGlue.java initial java interface commit: IT DOES NOT WORK 2001-04-10 15:29:32 +00:00
CurlWrite.java initial java interface commit: IT DOES NOT WORK 2001-04-10 15:29:32 +00:00
MANIFEST generated .h file cut off 2001-09-10 12:17:23 +00:00
Makefile added Linux hints 2001-04-11 10:03:14 +00:00
README updated to allow separate packaging 2001-09-10 12:15:17 +00:00
define2java.pl C header to java converter 2001-04-10 15:30:01 +00:00
javacurl.c Added project curl source header 2001-09-10 12:14:40 +00:00
test.java initial java interface commit: IT DOES NOT WORK 2001-04-10 15:29:32 +00:00

README

                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

                                Java Interface

 This is not a complete implementation of a libcurl interface. I've made the
core work and it needs additional code to be added to get the rest of the
stuff supported.

 The interface is not set yet, bring your suggestions!

 Feel free to grab the source files in here and help out!

 The 'test.java' is the actual program that uses the curl stuff.