Mac OS 10.6.3: liblsxbe.dylib: no suitable image found

I have developed a trivial program under Eclipse 1.2.2 and Mac OS 10.6.3 and JVM 1.6.0.

Upon starting, it throws a dynamic linker exception since it cannot find a suitable image for liblsxbe.dylib

Exception in thread “Thread-0” java.lang.UnsatisfiedLinkError: /Applications/Notes.app/Contents/MacOS/liblsxbe.dylib: no suitable image found. Did find: /Applications/Notes.app/Contents/MacOS/liblsxbe.dylib: mach-o, but wrong architecture /Applications/Notes.app/Contents/MacOS/liblsxbe.dylib: mach-o, but wrong architecture

at java.lang.ClassLoader$NativeLibrary.load(Native Method)

at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1823)

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1738)

at java.lang.Runtime.loadLibrary0(Runtime.java:823)

at java.lang.System.loadLibrary(System.java:1045)

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)

Any ideas?

Thanks

Markus

Subject: Try adding -d32 option when starting JVM to force it to run in 32-bit mode…

Subject: thanks

Thanks, it worked. I added -d32 to the eclipse Run → Debug Configurations… → arguments and it runs.

Subject: Didn’t work

It is giving me following error:

Error: This Java instance does not support a 32-bit JVM.

Please install the desired version.

As far as I research Mac stopped the 32-bit JVM support.

My OS Version is : 10.12.2 MAc OS Sierra

Please help. Thanks.