Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 64 位操作系统。我正在尝试使用 Windows 身份验证从 Java 应用程序连接到 SQL Server。当我使用集成的 Security=true 时,我将sqljdbc_auth.dll放在 windows/System 32 文件夹中。
但是当我在 Eclipse 上运行我的 Java 应用程序时仍然出现错误。
WARNING: Failed to load the sqljdbc_auth.dll
有什么解决方案吗?
将它直接放入您的 java bin 中,它从那里开始工作。
检查 Eclipse 的 jre 目录。