User d0132fa8bc
		27-10-2014 15:13:23
	 
	
	
	Dear all,
hope this is the right thread.
I try to fragment a molecule by using the recap method.
It is not working because of following error message:
java.io.IOException: Reviser class chemaxon.reaction.Recap is not found.
Check configuration file.
I use jchem 14.10 on an 64bit system (ubuntu)
I download the xml-file from:
http://agave.health.unm.edu/iphace/iPHACEdir/jchem/doc/user/Fragmenter.html
Does anybody has an idea?
Many thanks in advanced.
Best,
Björn
	
	 
 
	
		ChemAxon 9c0afc9aaf
		28-10-2014 05:33:21
	 
	
	
	Hi,
I have moved your question to the section "Structure manipulation: Reactor, Fragmenter, Metabolizer".
The experts will respond soon.
Best regards,
Szilard
	
	 
 
	
		ChemAxon e08c317633
		28-10-2014 10:14:42
	 
	
	
	java.io.IOException: Reviser class chemaxon.reaction.Recap is not found.
Check configuration file.
chemaxon.reaction.Reacap is not the correct name/place of the class. It's in chemaxon.fragmenter package, so it should be chemaxon.fragmenter.Recap. See also the javadoc. 
I haven't checked the configuration file on the liked page, so it might contain other errors.
	
	 
 
	
		User d0132fa8bc
		28-10-2014 12:45:39
	 
	
	
	Dear Zsolt,
many thanks this fixed my error.
Best 
Bjoern