dll missing in JDBC

后端 未结 9 923
Happy的楠姐
Happy的楠姐 2020-11-29 07:15

I am currently working with SQL in Java. Recently I got this error:

com.microsoft.sqlserver.jdbc.AuthenticationJNI 
WARNING: Failed to load the         


        
9条回答
  •  青春惊慌失措
    2020-11-29 08:16

    You need to set a -D system property called java.library.path that points at the directory containing the sqljdbc_auth.dll.

提交回复
热议问题