HELP in working with JNI !!! Urgent

hi alli am new in working with jni. iam using lib curl in java. iam facing problem in running it, pease help it is urgent
[142 byte] By [centurionsa] at [2007-10-2 23:27:48]
# 1
That doesn't help at all. Describe what you have done and what exactly isn't working.
snoopaloopa at 2007-7-14 16:07:23 > top of Java-index,Java HotSpot Virtual Machine,Specifications...
# 2

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)

centurionsa at 2007-7-14 16:07:23 > top of Java-index,Java HotSpot Virtual Machine,Specifications...