• liblsxbe.dylib: mach-o, but wrong architecture

    By talik sik 1 decade ago

    following the instructions here: http://www.openntf.org/Projects/pmt.nsf/HomeLookup/2edc09c58550a2b38625764500022f28!OpenDocument&Start=1&Count=300&Collapse=1



    I received this error:

    Exception in thread "main" 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 /Applications/Notes.app/Contents/MacOS/liblsxbe.dylib: mach-o, but wrong architecture /Applications/Notes.app/Contents/MacOS/liblsxbe.dylib: mach-o, but wrong architecture /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)<br/>
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1861)<br/>
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1778)<br/>
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)<br/>
    at java.lang.System.loadLibrary(System.java:1045)<br/>
    at lotus.domino.NotesThread.load(Unknown Source)<br/>
    at lotus.domino.NotesThread.checkLoaded(Unknown Source)<br/>
    at lotus.domino.NotesThread.sinitThread(Unknown Source)<br/>
    at goocalsync.Factory.getNotesSession(Factory.java:72)<br/>
    at goocalsync.Factory.getGCSDatabase(Factory.java:227)<br/>
    at goocalsync.Factory.getLog(Factory.java:133)<br/>
    at goocalsync.GooCalSync.main(GooCalSync.java:10)<br/>
    



    I'm running this in my mac machine (Snow Leopard using java version "1.6.0_17"). Thanks in advance.

    • Progress?

      By Harte Nielson 1 decade ago

      Did you find a resolution to this question? I got the same errors and haven't been able to find a resolution?