This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi all, I am trying to read data from an XML file. For that i am using oracle.xml.sql.query.OracleXMLQuery class. When i using this ...........i am getting the follwing error. java.lang.NoClassDefFoundError: oracle/sql/Datum at oracle.xml.sql.query.OracleXMLQuery.(OracleXMLQuery.java:155) at ReadXML.service(ReadXML.java:23) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) .....etc I have set the classpath to xmlparserv2.jar, oraclexsql.jar, xsu12.jar files. Can anyone help me in this regard.........!!!??? Thanks Ram
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
Tomcat ignores the environment CLASSPATH - see the on-line documentation "Class Loader How to" that Tomcat installs on where to put JAR files. Bill