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.

admin JAVA-JNI

  1. admin
    March 20th, 2009 at 10:28 | #1

    Make sure you are running this on the classic VM. You should also contact your library vendor for an upgrade.

  1. No trackbacks yet.