Hi,
I am encountering the following problem when I tried to open
xmlexample.jsp :
Compilation of 'C:
\weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java' failed: C:
\weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java:20: Package
javax.xml.parsers not found in import.
probably occurred due to an error in /xmlexample.jsp line 11:
<%@ page import="javax.xml.parsers.*" %>
C:\weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java:21: Class
javax.xml.parsers.SAXParser not found in import.
probably occurred due to an error in /xmlexample.jsp line 12:
<%@ page import="javax.xml.parsers.SAXParser" %>
C:\weblogic\myserver\classfiles\jsp_servlet\_xmlexample.java:22: Class
SAXHandler not found in import.
probably occurred due to an error in /xmlexample.jsp line 13:
<%@ page import="SAXHandler" %
Tthe import "Org.xml.SAX.*" is successful. The Org and Javax are in the
same folder. What can be the probable cause for this.
Thanks in anticipation.
Shyam
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets