Ralf Hildebrandt wrote: > > I've been using the prior version without problems, but the most > recent version (xxe-std-20) bails out with: > > ~/xxe-std-20$ ./xxe > > + set +u > ++ dirname ./xxe > + dist=. > + jars=./xp.jar:./resolver.jar:./azcheck.jar:./jh.jar > + '[' -f ./xxe.jar ']' > + > cp=./xxe_app.jar:./xxe.jar:./xp.jar:./resolver.jar:./azcheck.jar:./jh.jar > + java -Dxml.catalog.files= -DXXE_PLUGIN= -DXXE_CONFIG= -Xss1m -Xmx256m > -classpath > ./xxe_app.jar:./xxe.jar:./xp.jar:./resolver.jar:./azcheck.jar:./jh.jar > com.xmlmind.xmleditapp.app.Start > Exception in thread "main" java.lang.NoClassDefFoundError: > javax/xml/parsers/SAXParserFactory > > I'm using the Blackdown JRE on Debian: > > Desired=Unknown/Install/Remove/Purge/Hold > | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed > |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: > uppercase=bad) > ||/ Name Version Description > +++-=========================-=========================-================================================================== > ii j2re1.3 1.3.1.02b-2 Blackdown Java(TM) 2 > Runtime Environment, Standard Edition >
[1] Make sure that you have a Java 1.4+ installed on your machine (but not first 1.4.0 release which is buggy). [2] Make sure that it is this java runtime (not the older j2re1.3 as reported in the error trace) which is found in your PATH. Check it this way: ~/xxe-std-20$ java -version java version "1.4.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_01-b03) Java HotSpot(TM) Client VM (build 1.4.0_01-b03, mixed mode) Something similar should be printed on your machine.

