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

34 Views Asked by At

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.

1

There are 1 best solutions below

0
Botje On BEST ANSWER

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