I compiled the JNI binding following the instructions (with some
modification) on linux and everything is working fine, except this single
command: SetType in OBAtom, that gives the following error:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
org.openbabel.openbabel_javaJNI.OBAtom_
nevermind...
I succeded modifying the method signature in openbabel-java.cpp from
SWIGEXPORT void JNICALL
Java_org_openbabel_openbabel_1javaJNI_OBAtom_1SetType
to
SWIGEXPORT void JNICALL
Java_org_openbabel_openbabel_1javaJNI_OBAtom_1SetType_1_1SWIG_10
mimicking other methods that present overlo