• 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

Using JNI with iPlanet 6.1 - UnsatisfiedLinkError exception

 
Ranch Hand
Posts: 171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Using a JNI module in a JSP page, running under iPlanet 6.1 on Windows 2000 server. It compiles just fine, but when run, getting "UnsatisfiedLinkError", indicating that the JVM can't find the dll. I have tried putting the directory where the dll resides in the classpath of the Java settings for the server instance, putting the directory in the "PATH" environmental variable, putting it in the "CLASSPATH" environmental variable, have registered the dll with regsvr32. Has anyone encountered this problem and gotten a solution?

thanks in advance!
 
What is that? Is that a mongol hoarde? Can we fend them off with this tiny ad?
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic