Hi Folks, I've notice that there are potential problems related to junit when building the java wrappers.
It seems that RDKit looks for junit here: /usr/share/java/junit.jar But on my Ubuntu system that is a symlink to a JUnit3 jar file, and the correct link for JUnit4 is /usr/share/java/junit4.jar, and the tests require JUnit4 and so fail. Of course it may be different with other Linux distros. Maybe its safest to always download the required version? Tim ------------------------------------------------------------------------------ _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

