structurechecker script not passing java options to java

User 7c177bab3b

14-10-2013 08:24:23

Hi


jchem 6.1.0


When running structurechecker on the command line java options are not being passed to java. Looking at the script it is calling:


"$JVMPATH" chemaxon.checkers.StructureCheck "$@"


rather than 


"$JVMPATH" $javaopts chemaxon.checkers.StructureCheck "$@"


 


Stephen

ChemAxon e08c317633

16-10-2013 14:57:46

Hi Stephen,


You are right. We will fix it in JChem 6.1.3.


Zsolt