Re: [Rdkit-discuss] Using Java version of RDKit

2016-03-07 Thread Tim Dudgeon
Michaela I have a Dockerfile that does this that should hopefully show what's needed: https://github.com/InformaticsMatters/rdkit_java/blob/master/Dockerfile Or you could even use the build Docker image: https://hub.docker.com/r/informaticsmatters/rdkit_java/ Tim On 25/02/2016 14:29, Michaela

Re: [Rdkit-discuss] Using Java version of RDKit

2016-02-25 Thread Greg Landrum
Hi Michaela, There's not much documentation for this. It's important that the appropriate shared libraries end up in the same directory as the jar file. You also need to be sure to explicitly load the RDKit shared library. A sample of this from the RDKit tests: https://github.com/rdkit/rdkit/blob

[Rdkit-discuss] Using Java version of RDKit

2016-02-25 Thread Michaela Hradilová
Hello,I'm using Java version and I have some troubles. I've imported it to my project but UnsatisfiedLinkError appears when I'm compilling the project. Please could anybody helps me or does anyone has some manual for Java version? Thank you in advance