Symbol makeJavaString not found
March 20th, 2009
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.
Make sure you are running this on the classic VM. You should also contact your library vendor for an upgrade.