From: James Newsome (jnewsome@ece.cmu.edu)
Date: 01/31/03
I'm trying to get CannedQueries.java to work. When I run it I
get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/w3c/dom/Node
Also, I've tried commenting out the portion of the code that seems to use
that class. When I do that, it runs. However, when I connect via the web
browser it can't find another class:
Exception in thread "main" java.lang.NoClassDefFoundError:
de/fzi/XPath/NaryExpr
at CannedQueries.run_http_server(CannedQueries.java:121)
at CannedQueries.main(CannedQueries.java:192)
(the line numbers will be a bit off because I commented out the parking
queries and put in my own at the top)
My CLASSPATH is set to:
/home/jnewsome/IRISNET/OA/IrisOa/classes:/home/jnewsome/IRISNET/OA/build/classes:.
Where can I find the missing classes??
Thanks,
Jim
This archive was generated by hypermail 2.1.5 : 06/10/04 EDT