Hi,I need a dll to be used during pre-install phase.(more specifically, i need sqljdbc_auth.dll for testing SQL connection)To use System.loadLibrary(), the dll should be in java.library.path..how should i do this? (I need in pre-install phase)how IA ...