I have a java project which will use native library, like some dlls. However, there are many dlls with the same name in my computer. I want to make my new built java project to use a specific dll. Where should I put this dll that will make it be called?
I think there must have a config option for this java project but I don't know what it is. Thanks for your help in advance.