[jiffie-developers] Follow-up: java.lang.UnsatisfiedLinkError when running jiffie 1.0
Status: Abandoned
Brought to you by:
joniles
|
From: Stephan L. <ste...@gm...> - 2007-11-12 22:43:39
|
Addendum: I was able to get jiffie 1.0 to work with jacob 1.12, however not any newer version (1.13 as ships with jiffie, or the 1.14 milestone builds). Question still is if anybody has experienced the below issue using the jiffie 1.0 distribution with the supplied jacob.jar|dll. Thanks in advance! - Stephan ---------- Forwarded message ---------- From: Stephan Lips <ste...@gm...> Date: Nov 12, 2007 4:34 PM Subject: java.lang.UnsatisfiedLinkError when running jiffie 1.0 To: jif...@li... After switching my setup to use jiffie-1.0, I am getting the below error when attempting to run JiffieTest.bat. Tried with both Sun and IBM 1.5 JDK. On the same system, the pre-1.0 version of jiffie continues to execute as expected using Sun VM 1.4.2. I have tried copying jacob.dll 1.13 to my windows\system32 directory when executing jiffie 1.0, to no avail. I am also able to execute pre-1.0 jiffie using the Sun 1.5 VM (which produces the below error when run with jiffie 1.0). Has anybody else experienced this? I looked through the archives of jacob on sf.net, but nothing applied. Thanks, - Stephan 1) warning(junit.framework.TestSuite$1)junit.framework.AssertionFailedError: Exception in constructor: testElementContainer (java.lang.UnsatisfiedLinkError: C:\stephan\testifIE\other-projects\jiffie-1.0\jiffie\jacob.dll: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676) at java.lang.Runtime.loadLibrary0(Runtime.java:822) at java.lang.System.loadLibrary(System.java:993) at com.jacob.com.LibraryLoader.loadJacobLibrary(LibraryLoader.java:57) at com.jacob.com.JacobObject.<clinit>(JacobObject.java:150) at net.sf.jiffie.InternetExplorer.<init>(InternetExplorer.java:60) at net.sf.jiffie.JiffieTestCase.<init>(JiffieTestCase.java:114) at net.sf.jiffie.JiffieDataDirTest.<init>(JiffieDataDirTest.java:34) at net.sf.jiffie.ElementContainerTest.<init>(ElementContainerTest.java:32) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at net.sf.jiffie.JiffieTest.<init>(JiffieTest.java:58) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java: 39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorIm pl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494) at junit.runner.BaseTestRunner.getTest(BaseTestRunner.java:103) |