From: Geoffrey H. <ge...@ge...> - 2006-11-06 15:25:15
|
On Nov 5, 2006, at 9:03 PM, richard apodaca wrote: > I know Java is technically not a scripting language, > but I was wondering if anyone was interested in trying > to get a Java interface to OB working. Actually, there are SWIG generated files for Java in the current SVN head (much like you describe). I had to do some renaming though -- the filenames are so huge that they can't be archived by tar (i.e., for generating snapshots and releases). I haven't updated the Makefile to do this automatically yet. > (6) on line 1 of openbabel_java.cpp, add #include > <math.h> Actually, you can automate this by adding to openbabel-java.i > [produces 32 errors about missing classes such as > OBChainsParser, OBBitVec, matrix3x3, OBAromaticTyper, > and so on.] If you can get me a full list, I'll definitely hack the SWIG interface file to generate these. Cheers, -Geoff |