There are mismatched calls to MapComment routines. In in OziAPIJava.dll
there are exported functions:
Java_com_oziexplorer_OziAPI_oziAddMapComment
Java_com_oziexplorer_OziAPI_oziDeleteMapComment
Java_com_oziexplorer_OziAPI_oziRepositionMapComment
Those correspond to JNI calls from Java as:
oziAddMapComment
oziDeleteMapComment
oziRepositionMapComment
But Java sources actually call:
addMapComment
deleteMapComment
repositionMapComment
(without "ozi" prefix).
This yields "java.lang.UnsatisfiedLinkError" during runtime.
With best regards,
Ivars Grinbergs
(mestule at inbox-dot-lv)
Nobody/Anonymous ( nobody ) - 2007-07-27 10:09
5
Open
None
Nobody/Anonymous
OziAPI - Java
None
Public
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use