Hello I think in file xxe-perso-5_2_1/bin/xxe on line 4 instead of:
dist=`dirname $0` should be: dist=`readlink -f $0 | xargs dirname`. In first case symlinks to xxe-perso-5_2_1/bin/xxe are not supported --- message "xxe.jar not found" is returned. In second case all works fine. Kind Regards Piotr Minkina -- XMLmind XML Editor Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xmleditor-support

