Как вызывать/вызвать sqljdbc_auth.dll в коде java из любого места
Note: the reason iI want to load it from external location is we do not have access to c: and in my local i have copied the JRE folder in different location and copied the .dll file in JRE/bin It is working from for me, but only challenge is when I try to run it from Jenkins it is failing it uses VM machine, so I thought of invoking the the sqljdbc_auth.dll in runtime in the code itself so that i will not have any dependency of the location.
Что я уже пробовал:
я пробовал system.load() и system.loadlibrary (), но это не работает