dll missing in JDBC

后端 未结 9 908
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 07:59

    Alright guys, I found it out! I didn't really need to change the java.library.path but the "Native library location" of sqljdbc.jar

    This is the best answer I could find: https://stackoverflow.com/a/958074/2000342

    It works now, thanks for the support!

提交回复
热议问题