The System.mapLibraryName() method returns *.dylib instead of *.jnilib on Mac
OS X with Java 7. As a result, the native libs for Mac OS X don't get
extracted and can't be loaded since the only libs included in the jar for
mac_os_x use the .jnilib extension. This can be reproduced by running any Java
7 project that calls through to a native method in SerialNativeInterface.
What version of the product are you using? On what operating system?
Mac OS X, version 0.9.0
Original issue reported on code.google.com by Kurt.Har...@gmail.com on 6 Mar 2013 at 8:11
Original issue reported on code.google.com by
Kurt.Har...@gmail.com
on 6 Mar 2013 at 8:11