java.lang.NoClassDefFoundError: oracle/xml/xsql/XSQLRequest
429535Nov 10 2004 — edited Nov 10 2004I have an application that makes use of XSQL, but I cannot seem to be able to deploy this using jdeveloper 9.0.5.2.
The error that I get is:
java.lang.NoClassDefFoundError:
oracle/xml/xsql/XSQLRequest
I have put C:\oracle\ora90\LIB\oraclexsql.jar
(which does contain oracle.xml.xsql.XSQLRequest)
on the system classpath, but the error still occurs.
Any suggestions?