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 Hradilová wrote:

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


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140


___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


--
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://makebettercode.com/inteldaal-eval___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss


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/master/Code/JavaWrappers/gmwrapper/src-test/org/RDKit/GraphMolTest.java#L50


Which system are you building on?

-greg


On Thu, Feb 25, 2016 at 3:29 PM, Michaela Hradilová <
michaela.hradil...@hotmail.com> wrote:

> 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
>
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Rdkit-discuss mailing list
> Rdkit-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/rdkit-discuss
>
>
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss