running on Linux 6.2
using Quick 4.3.0
Any example I try to run produces the following:
~/rnd/jbenton/Quick4/examples/com/jxml/quick/examples/t
imesheet>cfg.sh test2java.config
Exception in thread "main" java.lang.NoSuchMethodError
at com.jxml.quick.recycle.JAXP.<clinit>
(Unknown Source)
at com.jxml.quick.recycle.QParserPool.<clinit>
(Unknown Source)
at com.jxml.quick.Quick.<clinit>(Unknown
Source)
at com.jxml.quick.config.CreateConfig.create
(Unknown Source)
at
com.jxml.quick.config.CreateConfig.createSchema
(Unknown Source)
at com.jxml.quick.config.Main.main(Unknown
Source)
In the forum Nathan Combs commented on getting this
error, but his solution is too vague for me to know
what to do to get things working.
By: ncombs ( Nathan Combs )
RE: NoSuchMethodError
2002-01-20 13:26
found it - forgot to specify sax parser on java
PROPERTIES. ...
I could not find any documentation on how to "specify
sax parser on java PROPERTIES"
I am trying to evaluate jxunit and was encountering
this error. I read about quick and tried to run
examples from there but have failed up to this point.