I have a MAC OS 10.5.8 on i386 architecture and jvm1.6.0_26 64-Bits
I've started the JVM with java.library.path=lewys/macosx/x86_64 and i have:
Caused by: java.lang.UnsatisfiedLinkError: .../macosx/x86_64/libLeWYS.jnilib: no suitable image found. Did find: .../macosx/x86_64/libLeWYS.jnilib: mach-o, but wrong architecture
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1827)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1742)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1045)
at org.objectweb.lewys.probe.macosx.CpuProbe.<clinit>(CpuProbe.java:58)
at org.ow2.clif.probe.cpu.Insert.<init>(Insert.java:72)
... 55 more
It there a workaround ?
Thanks
PS: Forcing the 32 bit data model does not work, ex: java -d32 says Cannot run Java in 32 bit mode, Continuing in 64 bit mode