Bugs item #3568854, was opened at 2012-09-18 03:39
Message generated for change (Tracker Item Submitted) made by fglab
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428740&aid=3568854&group_id=40728

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: FGLab (fglab)
Assigned to: Nobody/Anonymous (nobody)
Summary: JNI wrong and missing method signatures

Initial Comment:
I did not post before because I'm not sure if it's a bug. 

1. To get 2.3.1 work with jni bindings I had to change the following method 
signatures

Java_org_openbabel_openbabel_1javaJNI_OBBase_1GetData_1_1SWIG_12
to
Java_org_openbabel_openbabel_1javaJNI_OBBase_1GetData_1_1SWIG_13

Java_org_openbabel_openbabel_1javaJNI_OBBase_1GetData_1_1SWIG_13
to
Java_org_openbabel_openbabel_1javaJNI_OBBase_1GetData_1_1SWIG_14

Java_org_openbabel_openbabel_1javaJNI_OBAtom_1SetType
to
Java_org_openbabel_openbabel_1javaJNI_OBAtom_1SetType_1_1SWIG_10

and some other that I don't remember because I don't use anymore.

2. Also the class OBBase misses the method SetData at all (I solved this issue 
by using CloneData)

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428740&aid=3568854&group_id=40728

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to