I take part in developing a Java project, which uses some C++ components, thus I need Jacob.dll. (on Windows 7)
I keep getting java.lang.UnsatisfiedLinkError:
java.lang.UnsatisfiedLinkError:
Typically you must set java.library.path on the JVM's command line:
java.library.path
java -Djava.library.path=/path/to/my/dll -cp /my/classpath/goes/here MainClass