• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JSp with XML

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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???

hth.
raymond
 
Now I am super curious what sports would be like if we allowed drugs and tiny ads.
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic