Error List

Posts Tagged ‘unsatisfiedlinkerror symbol not found’

Symbol makeJavaString not found

Applies to:
JNI

Description:
You have used a third party library (a JDBC driver, actually) that contained native code. When running Your application with this library, I’ve got an “UnsatisfiedLinkError: symbol makeJavaString not found.”

Cause:
The problem is that the native code in that third party library uses the old NMI.

JAVA-JNI , , , , , ,