facebook

MyEclipse Spring for 8.6 JNI development method not found

  1. MyEclipse Archived
  2.  > 
  3. General
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #332435 Reply

    Balazs D. Toth
    Participant

    Hi,
    I developing JNI with MEfS 8.6 and VS2008 under Win7.
    I try to run my Java application in debug mode.
    The System.load function succeeds, still the native method not found.
    The error message is as follows.
    Exception in thread “main” java.lang.UnsatisfiedLinkError: Nuance.OmniPage.CSDK.RecAPI.kRecQuit()LNuance/OmniPage/CSDK/Enumerations$RECERR;
    at Nuance.OmniPage.CSDK.RecAPI.kRecQuit(Native Method)
    at Nuance.OmniPage.CSDK.RecAPI.main(RecAPI.java:169)
    I debugged the static long findNative(ClassLoader loader, String name) method:
    – the native method signature is ok.
    – the “libs” Vector, which should contain the loaded libs, is empty.
    Could you, please, help me, what else is missing.
    (In use absolute path in System.load, and set the library path in my Java app.
    Thanks
    Balazs Toth

Viewing 1 post (of 1 total)
Reply To: MyEclipse Spring for 8.6 JNI development method not found

You must be logged in to post in the forum log in