rodel-talampas / java-simple-serial-connector

Automatically exported from code.google.com/p/java-simple-serial-connector
0 stars 0 forks source link

Native libs not extracted on Mac OS X with Java 7 #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Fixed in 2.1.0

Original comment by scream3r.org@gmail.com on 12 Mar 2013 at 10:00