InChI Jar for Windows 64-bit

User 11d0a960ff

25-06-2010 12:49:44

Hello,


Kind of a newbie question here.  I'm working on loading Molecule objects from InChI strings in Java.  When I use MolImporter.importMol, I get an exception:


Cannot load InChi library:C:\Program Files (x86)\ChemAxon\MarvinBeans\lib\inchi-native-windows64-1_2r.jar is not found.


I can't seem to find this file anywhere either in the latest MarvinBeans distribution or the zipped library download, and haven't had any luck searching the forum.  Can you please give me a pointer to where I might find it?


Thanks!


Dave

ChemAxon 0a9e2a55e1

29-06-2010 22:38:26

Dear Dave,


We are checking this. We have tested it on some 64 bit machines, and it seems that in some cases the installer does not contain the 64 bit inchi native. As a workoround till the solution You can use inchi in marvin if You use a 32 bit java for running Marvin.


Best Regards,


Peter

ChemAxon 7c2d26e5cf

30-06-2010 12:40:24

I can confirm that the refered 64bit native lib was skipped from the installer accidently.


We have fixed the bug in our build process. Next release will include the refered native lib.


Sorry for the inconvenience.

ChemAxon 7c2d26e5cf

30-06-2010 23:35:44

Until the next release (5.3.6), we can provide the following patch: marvinbeans-inchi-windows64-1_2r.zip.


Download the above zip and extract it in your marvinbeans folder. (It includes the missing dll.)


You need this patch if you run Marvin Beans package under 64bit windows and you would like to use inchi functionality.

User 11d0a960ff

01-07-2010 14:04:01

Thanks, Peter and Tamas!  I copied in the jar, and the structures are now getting loaded on my 64 bit machine.


Dave