|
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. |