Search code examples
javadynamic-library

Could the JVM load a dynamic LIBRARY from network?if could be and how? THANKS


Could the JVM load a dynamic LIBRARY from network?if could be and how? THANKS

I am studying JNI recently.

I am working wiht mates, when other mates developing in theirs environment, they haven't the .dll(so.) file. And i do not want to send the file individually.


Solution

  • Yes, the JVM can send and receive files across the network, and the System.load method can load DLL files from disk.