Alexander Averyanov wrote: > > > > Please, send instructions to find the problem. > > > > [1] Please install latest version of XMLmind XML Editor. Please use the > .zip or .tar.gz distribution, not the .dmg one. > > Let's suppose you have unzipped the distribution in /opt/. > > [2] Using a text editor (vim), please open /opt/xxe-perso-4_4_0/bin/xxe > and then add "-Djaxp.debug=1 -verbose:class" after "java". > > The last line of the xxe shell script becomes: > --- > java -Djaxp.debug=1 -verbose:class $mem $opt \ > -DXXE_GUI="$XXE_GUI" \ > -DXXE_ADDON_PATH="$XXE_ADDON_PATH" \ > -DXXE_USER_PREFERENCES="$XXE_USER_PREFERENCES" \ > -classpath "$cp" \ > com.xmlmind.xmleditapp.start.Start "$@" > --- > > [3] Open a Terminal then execute: > > ~$ cd /opt/xxe-perso-4_4_0/bin > > [4] Start XMLmind XML Editor by running: > > /opt/xxe-perso-4_4_0/bin$ ./xxe 1> /tmp/jaxp.debug 2>&1 > > (here I assume that you use bash.) > > [5] Please send me (mailto:hussein at xmlmind.com > <mailto:hussein at xmlmind.com>) the /tmp/jaxp.debug file > as an email attachment. > > > > jaxp.debug attached
jaxp.debug has spoken! Please remove all the jar files related to xerces, xalan, etc, from /Users/abstract/Library/Java/Extensions/. (I'm pretty sure that these old class libraries are no longer useful.) Example of such jar files: /Users/abstract/Library/Java/Extensions/xerces.jar After doing that, please try to start XXE by running ./xxe and if this works, please do not forget to remove "-Djaxp.debug=1 -verbose:class" from the xxe shell script. If this does not work, please send us a new version of jaxp.debug because in such case, this means that you have old class libraries hidden somewhere else.

