BTW, in this code I get the path of the class CNativeLibrary.class You should use your class.
Hi, I wrote in Java code my own function to load a library module, the path should start with "/". In some class that is loaded the first I added...
In my code I use: Runtime.getRuntime().load(...);
You have defined wrong PATH. To load your library write: System.load("/D:\\delfigoSecurity\\DLL\\delfigo.dll");
Separate names with a comma.