I'm working with a Security Manager class and I'm putting together lists of library files for the various operating systems. Windows uses dll files, while Unix/Linux uses so files. These library files are typically found in the JRE lib directory. However, I'm not familiar with the Mac operating system. I don't know what the file extension is for Mac library files. Could someone, who has a Mac, please go into your JRE and provide me with the complete list of library files that reside in the lib directory. I'm assuming the JRE for Mac even has a lib directory.
OS X libraries have .jnilib and .dylib extensions. My /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries directory has the following native libraries:
Wow, that's wonderful. Would you happen to know if there are any other files that are provided in the 1.7 jdk for Mac that don't appear in your 1.6 version? I can certainly work with this for now.