Berkeley CSUA MOTD:Entry 42093
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/05/25 [General] UID:1000 Activity:popular
5/25    

2006/3/3-6 [Computer/SW/Languages/Java] UID:42093 Activity:nil
3/3     In Java, I know how to put a JAR in my classpath, and I know if I
        include a native library in my current working directory, it can be
        loaded through JNI.  I have a JAR which contains some native libraries
        and I'm wondering if there's any way I can jet the JVM load
        foolib-native.jar so that it can find the native libraries inside
        without needing to expand the JAR on installation.