Unsatisfied Link Error In JNI
843829Jun 10 2008 — edited Jun 15 2008Hi,
I Want to Access 'C' Functionality in My JavaProgram Using JNI.So that I write a Simply Program in Java.and also i write a simply program in 'C'.In that Java Program I write System.LoadLibrary(" ");to load dll file of C Program. after that i compiled my Program.in that time Every thing is fine.when i run My Application It was Shows an Error
Exception in Thread "main" UnsatisfiedLinkError:Native method name................
Can Any One Pleace Help me Why UnsatisfiedLinkError Will Come In JNI and In Which Cases It Will Come
and also Give Solution to My Problem
regards
Kolikineni