以下是我的项目边界
视窗 7 64 位
jre 1.6 64位
雅各布 dll (jacob-1.17-M2-x64.dll)
问题是
jacob-1.17-M2-x64.dll 在 jre 1.7 中支持,但在 jre 1.6 中不支持
抛出异常
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jacob-1.17-M2-x64 in java.library.path
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:184)
at com.jacob.com.JacobObject.<clinit>(JacobObject.java:107)
at com.osg.sqe.env.framework.control.web.Outlook.main(Outlook.java:14)
请不要将其视为重复问题,因为我的问题不是“java.library.path”问题,因为我能够使用 jre1.7 运行应用程序而没有任何问题。