hello
i had java curl class file, to make the curl make on java.
when i run the main class i.e. test.java, i got following problems.
Exception in thread "main" java.lang.UnsatisfiedLinkError: jni_init
at CurlGlue.jni_init(Native Method)
at CurlGlue.<init>(CurlGlue.java:95)
at testFTP.main(test12.java:114)