Hi there,I try to run a simple servlet accessing the local Notes.jar.
I get the error:
java.lang.UnsatisfiedLinkError: no nlsxbe in java.library.path
-
The Notes Program Directory is in the system path
-
A sample Java command line app did run
-
my manifest file (in the web app directory) looks like this
Manifest-Version: 1.0
Class-Path: /Progra~1/Lotus/notes /Progra~1/Lotus/notes/jvm/lib/ext/Notes.jar
The Notes.jar hasn’t been copied to Tomcat.
I’m obviously missing something. Could someone enlighten me?
stw