-
Hi keith,
Have you run your program with :
-Djava.library.path=the_directory_that_contains_the_library ?
Regards,
Jerome.
2007-12-03 15:11:51 UTC by jerome_azais
-
Hi,
I am trying to use the CurlJ in Eclipse, but by OS is Windows XP! I have Curl for windows, including the libcurl-4.dll, but when I try and run the test CurlJ application, I get the following error:
Exception in thread "main" org.curl.CURLError: Critical libraries couldn't be loaded
at org.curl.CURL.error(CURL.java:1473)
at org.curl.CURL.error(CURL.java:1408)
at...
2007-09-26 09:58:02 UTC by keith_thorne
-
Hi...
I solved the above problem. But now I am stucked with one more problem. I am not able to figure out how do we specify -F option of curl with the API.I tried OPT_POSTFIELDS but it did't worked. Also which constant to use for curl option -F with @<filename>, is it OPT_INFILE or it will go with OPT_POSTFIELDS constants only.
Looking forward for your help.
Thanks,
Neo.
2007-09-21 11:55:46 UTC by neo_theone
-
Hi..
I just downloaded your project yesterday and was trying out on windows xp system with JDK 1.5 platform in eclipse.I was able to import the project into eclipse and run it too. But I am still not succesfull to get it working correctly.
I started with simple curl commands like curl http://www.google.com and stuff but its biving me timeout error. I have also set the proxy...
2007-09-20 13:22:57 UTC by neo_theone
-
I am scrapping data from a site that relies heavily on cookies. I realized that in cURL the cookies do not get written to a specified file unless the finalize() method is called and another object of CURLGLUE is created to access the cookies contents and access other pages in the site. The bug that occurs when I do this is that the VM crashes when trying to release the resources it used to get...
2007-02-19 08:36:33 UTC by nobody
-
I use curl to login in to a Merchant's Account and Scrap certain data from that account. I follow the site's login procedures using cURL. The problem arises when I accessing one of the site's pages. In some cases, the page's html returned by cURL is correct ( Note: I use the html to parse certain data from it ) and in some cases it does not and i get a server error returned from the page. Why...
2007-02-19 08:31:16 UTC by nobody
-
After about 10-15 or so successful curl requests, I get
the following error:
EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6d6870.
2005-06-17 01:40:57 UTC by nobody
-
Anonymous committed patchset 1 of module CVSROOT to the JavacURL CVS repository, changing 11 files.
2005-02-09 22:10:10 UTC by nobody
-
Welcome to Developers.
2005-02-09 21:27:38 UTC by nobody
-
Welcome to Help.
2005-02-09 21:27:38 UTC by nobody