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