dear Sir, I am running a jsp which uses an xml file to get the input and then stores it in java bean. I had installed jaxp parser on my m/c but while deploying a jsp it gives me error of parsers not found at line where i had written a statement import javax.xml.parsers // error package doesnot exist. plz assist me in getting rid of this. thanks in advance.. Nilesh Kadu.
raymond yadao
Ranch Hand
Joined: Jan 29, 2001
Posts: 88
posted
0
you must put the jar files(crimson, jaxp, xalan) to your classpath. or just put it in your <jdk-directory>jre/ext folder so you don't need to change your classpath. btw, what server are u using???