can anyone help me in using existing dll library I read JNI tutorial it tolds me to create java code then create dll library but my problem is I l ready have the dll library any help plz.
This is often question - use search.Generally - it's impossible to call arbitrary dll. You should create DLL wrapper between your java code and existing DLL.