Native Library sqljdbc_auth.dll already loaded in another classloader

前端 未结 3 958
忘了有多久
忘了有多久 2020-11-28 10:58

I have 2 java web apps that need to connect to SQL Server Database using Windows Integrated Authentication.

The first one that is loaded works fine but the second on

3条回答
  •  死守一世寂寞
    2020-11-28 11:13

    The same error occurs in Jasper Studio.

    Probably not the best solution but place the sqljdbc4.jar in C:\Program Files (x86)\TIBCO\Jaspersoft Studio-6.1.0.final\features\jre.win32.win32.x86.feature_1.7.0.u80\jre\lib\ext and the sqljdbc_auth.dll in C:\Program Files (x86)\TIBCO\Jaspersoft Studio-6.1.0.final\features\jre.win32.win32.x86.feature_1.7.0.u80\jre\bin

    And it will work.

提交回复
热议问题