UnsatisfiedLinkError with JACOB and jre 1.7
问题 I put together a program that uses JACOB to access iTunes ... It works fine in Eclipse but when I export it and run it in the command prompt I get an unsatisfied link error telling me that jacob-1.17-M2-x86.dll is not in my java.library.path. Ive tried putting it in system32, setting the native library location to its directory...ive tried using the system.setproperties trick...and i couldnt figure out how to use java -d properly What else can I do? ive been searching the web trying to get