Hello, all. Long time, no see.
I have a project in which an application is being developed in Java and I
would like to use some of the RDKit functionality to enhance it. I can
easily write the Python code to do what I need, but I need to get that into
a form that can be accessed from Java.
The only solution I've come up with is to use something akin to py2exe
which has the nice feature of not requiring the full Python and RDKit
installation on the target machine, but would require some type of
intermediate step (probably a file process) to pass data between Java and
the .exe. Ideally, it would be nice to pass the results through
interfaces, but that's being quite hopeful.
I've searched through the RDKit-discuss archives for this type of thing,
but I haven't seen anything that really answers my question. Also, I know
there are RDKit KNIME nodes, so surely there's a direct way to this that
I'm not aware of.
Any suggestions or tips are greatly appreciated!
-Kirk
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Rdkit-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss