I have the same problem, different library. Does this tell you
anything useful?
libNativeUtil.jnilib:
libNativeUtil.jnilib (compatibility version 0.0.0, current version
0.0.0)
/System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
(compatibility version 1.0.0, current version 84.0.0)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current
version 92.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.1.7)
Macintosh:build jimdouglas$ otool -arch all -L libNativeUtil.dylib
libNativeUtil.dylib:
libNativeUtil.dylib (compatibility version 0.0.0, current version
0.0.0)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current
version 92.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.1.7)
Macintosh:build jimdouglas$
The same problem how? Something gets an UnsatisfiedLinkError? What
does that look like?
What this appears to show is two slightly different versions of the
same NativeUtil library. One a jnilib that has the same parts as the
dylib version, plus the java vm library link.
Seems right.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden