java.lang.UnsatisfiedLinkError: D:\java\build\hudson\plugins\vss\WEB- INF\lib\com4j.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
When installing an APK, it automatically extracts the libraries of the right arch type and has them available for System.loadLibrary. But, if you're trying to load a non-standard library, the installer won't know your app has 32bit native code.
This is a sub-class of the LinkageError class and indicates that the JVM cannot find an appropriate native-language definition of a method declared as native. Compile a 64-bit version of your .dylib file.
Solutions on the web
via Jenkins JIRA by userjava1, 1 year ago
via Stack Overflow by Kong
, 1 year agovia Google Groups by joan...@gmail.com, 9 months ago
via Stack Overflow by Ken
, 2 years agovia Stack Overflow by silent_coder
, 1 year agovia Oracle Community by 843829, 1 year ago
java.lang.UnsatisfiedLinkError: D:\java\build\hudson\plugins\vss\WEB- INF\lib\com4j.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
at java.lang.Runtime.load0(Runtime.java:770)
at java.lang.System.load(System.java:1005)
at com4j.COM4J.loadNativeLibrary(COM4J.java:347)
at com4j.COM4J.
(COM4J.java:313) at vss.ClassFactory.createVSSDatabase(ClassFactory.java:13)
at scm.vss.VSSSCM.getHistoryEntries(VSSSCM.java:314)
at scm.vss.VSSSCM.getHistoryEntries(VSSSCM.java:286)
at scm.vss.VSSSCM.checkout(VSSSCM.java:247)
at hudson.model.AbstractProject.checkout(AbstractProject.java:830)
at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:314)
at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:266)
at hudson.model.Run.run(Run.java:927)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:234)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:119)