java.lang.UnsatisfiedLinkError: C:\jdk1.3.1_02\jre\li b\ext\ocijdbc8.dll: One of the library files needed to run this application cann ot be found
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
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.
Add an Application.mk file next to your Android.mk file and make APP_PLATFORM to be equal to your minSdkVersion.
Solutions on the web
via Oracle Community by 807554, 1 year ago
via Oracle Community by 62170, 1 year ago
via nabble.com by Unknown author, 2 years ago
via ittoolbox.com by Unknown author, 1 year ago
via Stack Overflow by neruad
, 2 years agovia Stack Overflow by user46759
, 2 years agojava.lang.UnsatisfiedLinkError: C:\jdk1.3.1_02\jre\li b\ext\ocijdbc8.dll: One of the library files needed to run this application cann ot be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1327)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at oracle.jdbc.oci8.OCIDBAccess.logon(OCIDBAccess.java:228)
at oracle.jdbc.driver.OracleConnection.
(OracleConnection.java:246)