Tomcat 5.5 - java.lang.UnsatisfiedLinkError: no nlsxbe in java.library.path

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?

:slight_smile: stw

Subject: Tomcat 5.5 - java.lang.UnsatisfiedLinkError: no nlsxbe in java.library.path

Stephen, are you sure that the Notes Program Directory is in the “system path”?

If you open a command prompt and type “set path” does it display “c:\Progra~1\Lotus\notes” as part of the returned value? Does it have the drive letter too?

You shouldn’t need “/Progra~1/Lotus/notes” as part of your class path either, just explicit reference to the notes.jar file.

Brad