Hello,

I am currently facing a problem with OpenBabel 2.4.1 and hope that you can help me.

I want to use the Java Interface of OpenBabel, so i compiled it with -DJAVA_BINDINGS=ON. I include the generated openbabel.jar into my Java Project. My example Java file contains something like that:

System.loadLibrary("openbabel_java");
OBConversion c = new OBConversion();

I get the following error message when creating a OBConversion object:

Exception in thread "main" java.lang.UnsatisfiedLinkError: org.openbabel.openbabel_javaJNI.new_OBConversion__SWIG_2()J at org.openbabel.openbabel_javaJNI.new_OBConversion__SWIG_2(Native Method)
        at org.openbabel.OBConversion.<init>(OBConversion.java:47)

Apparently, the shared object has been found but the symbol new_OBConversion__SWIG_2() is missing in the shared object?

Can you help me dealing with this problem, please?

I had no problem in Open Babel version 2.3.2.

Thanks,
Jördis-Ann Schüler





------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to