jealian / java-simple-serial-connector

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

OSX mapLibraryName return *.dylib not *.jnilib #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
SerialNativeInterface init the native library by call System.mapLibraryName, it 
return libjSSC-0.9_x86_64.dylib, I change the file extension from "jnilib" to 
"dylib", so System.load can load the native library

What version of the product are you using? On what operating system?
jSSC: 0.9
OS: OS X 10.8.2 intel
JAVA: Java HotSpot(TM) 64-Bit Server VM (build 23.2-b09, mixed mode)

Original issue reported on code.google.com by windy...@gmail.com on 20 Nov 2012 at 8:29

GoogleCodeExporter commented 8 years ago
Thank you for this information. It cause of Java 7 changes in JVM. I will fix 
it in new release.

Original comment by scream3r.org@gmail.com on 20 Nov 2012 at 2:02