Hi,

Providing you don't try and get an InChI from OPSIN/CDK then everything
else will work. Do you really need an InChI?

If you really do need it then I think the best option would be to build the
InChI library/executable yourself and then call out to it via system exec
via a Molfile:

 Runtime.getRuntime().exec("inchi input.mol"); // etc


You could also rebuild JNI-InChI but this is more complicated.

John

On Sun, 1 Dec 2019 at 12:55, 강신원 <idkan...@gmail.com> wrote:

> Hi, all.
>
> I'm making a simple chemical substructure using CDK and OPSIN library.
>
> I recently got to know that my program should run on ia64 server using HP
> UX OS, but jni-inchi in the CDK and OPSIN does not support that platform.
>
> Is there any one who have binary jni-inchi library for that platform or
> know how to get it?
>
> Help, please.
>
> _______________________________________________
> Cdk-user mailing list
> Cdk-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/cdk-user
>
_______________________________________________
Cdk-user mailing list
Cdk-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to