java.lang.UnsatisfiedLinkError: /home/mrmccormack/.webex/1124/libatdv.so: /home/mrmccormack/.webex/1124/libatdv.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
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
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. Install the CDF Software Distribution on your system.
- Expert tip
This happens sometimes when Android fails to load the necessary libraries when you install an app. Try reinstalling it or telling your client to reinstall it, as it seems to correctly install the libraries and fixes the problem.
Solutions on the web
via askubuntu.com by Unknown author, 2 years ago
via Ask Ubuntu by HarlemSquirrel
, 1 year agovia Stack Overflow by user3520080
, 1 year agovia Stack Overflow by andersonbp
, 2 years agovia Stack Overflow by Red
, 2 years agovia Stack Overflow by Andrés
, 2 years agojava.lang.UnsatisfiedLinkError: /home/mrmccormack/.webex/1124/libatdv.so: /home/mrmccormack/.webex/1124/libatdv.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary1(ClassLoader.java:1939)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1864)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1838)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
at java.lang.System.loadLibrary(System.java:1084)
at JNRW.
(JNRW.java:45) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at java.lang.Class.newInstance0(Class.java:374)
at java.lang.Class.newInstance(Class.java:327)
at jDocView.CreateDocViewUI(jDocView.java:629)
at jDocView.PDNewInstance(jDocView.java:4293)
at MeetingClientFrame.
(MeetingClientFrame.java:289) at jmeetingclient.constructMainFrame(jmeetingclient.java:325)
at ConfMgr.connectToMeeting(ConfMgr.java:197)
at jmeetingclient.init(jmeetingclient.java:275)
at JDownload.run(JDownload.java:278)
at java.lang.Thread.run(Thread.java:722)