• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Urgent help needed with JNI

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have written an application using JNI on a Win32 system, and I can't shake the UnsatisfiedLinkError. I placed my dll in the \jbuilder4\jdk1.3\jre\bin directory (with the rest of the dlls). It is obvious that the VM is able to find the dll, but it doesn't recognize any of the native methods that should be exported by the dll. I am certain that the dll was written correctly. If anyone knows why this might be please let me know so that I can fix the problem.
Thanks,
Richard
reply
    Bookmark Topic Watch Topic
  • New Topic