Below are my project boundaries
Windows 7 64bit
jre 1.6 64 bit
jacob dll (jacob-1.17-M2-x64.dll)
Problem is
jacob-1.17-M2-x64.dll is supporting in jre 1.7 but not with jre 1.6
Exception thrown
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)
Please dont treat it as a replicated question as my question is not "java.library.path" issue because i am able to run the application with jre1.7 without any problem.