We have written a standalone Java application which works fine on Win32. But if we want to start it on Red Hat 9, we get the following error:
java.lang.UnsatisfiedLinkError: no lsxbe in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at lotus.domino.NotesThread.load(NotesThread.java:299)
at lotus.domino.NotesThread.checkLoaded(NotesThread.java:320)
at lotus.domino.NotesThread.initThread(NotesThread.java:140)
at lotus.domino.NotesThread.run(NotesThread.java:202)
I have seen that there are bypasses under Win32 by renaming/coping a dll. What is needed on the Linux platform?
Thank you for your support
Andy Brunner
CLP/CLI ND6