I'm trying to read the IBM notes email on MacOS High Siera. When I run my java program, it's giving me this error:
Exception in thread "Thread-0" java.lang.UnsatisfiedLinkError: no lsxbe in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1886) at java.lang.Runtime.loadLibrary0(Runtime.java:849) at java.lang.System.loadLibrary(System.java:1088) at lotus.domino.NotesThread.load(Unknown Source) at lotus.domino.NotesThread.checkLoaded(Unknown Source) at lotus.domino.NotesThread.initThread(Unknown Source) at lotus.domino.NotesThread.run(Unknown Source)
On Windows machine of my colleague, he just includes notes embedded Jvm and it works, but on MacOS there is no embedded Jvm and the Jvm folder has only three jars inside the ./jvm/lib/ext/ directory:
njempcl.jar
Notes.jar
websvc.jar
By including these three files in the eclipse project, I am not getting any compile time errors anymore.
