I/O Error: SSO Failed: Native SSPI library not loaded

后端 未结 6 458
失恋的感觉
失恋的感觉 2020-12-05 04:06

I am trying to run the following bit of code:

import java.sql.DriverManager;

public class Connect {
    public static void main(String[] args){
        try{         


        
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 04:40

    I am getting the same error even after successfully placing ntmauth.dll file in JRE/bin.

    Then I tried by putting ntmauth.dll in the C:\Windows\System32 directory. By doing so the issue got fixed.

提交回复
热议问题