I would like to use the cool opensource project JST, which accesses windows
registries.
I wish simply to read a value from it.
When I run the sample app in eclipse, it works fine - I get my registry
entry.
But when I run it from a servlet I get the following error:

-------------------------------------------
java.lang.UnsatisfiedLinkError: no jst in java.library.path
        java.lang.ClassLoader.loadLibrary(ClassLoader.java:1491)
        java.lang.Runtime.loadLibrary0(Runtime.java:788)
.
.
.
------------------------------------------
The JST code is JNI code that links to a .dll file (jst.dll)
does this have something to do with it?? Why should it run different
in a servlet container than as a standalone app? - From the error above,
How do I set my java.library.path to include jst.dll??


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to