• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

(Urgent-Oracle 9i as) How can I add a JAR file in classpath of Oracle 9i as

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are parsing xml file in servlet,which parser's JAR file has already been added in classpath of Operating system(win2000)but application server does not find the class path and gives the message classnotfound. Following is the Parser class, which is being parse in Servlet XMLReaderFactory.createXMLReader"org.apache.xerces.parsers.SAXParser");
And following are the jar files, which is added in classpath variable of OS-win2000
xercesImpl.jar
xmlParserAPIs.jar
Nevertheless When application runs then Oracle 9i as
raise the exception that "SAXParser Not Found"
prompt respons will be highly appreciated
Thanks in Advance
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Salman,
Pardon me if I am stating the obvious, but I feel you will probably find an answer via the Oracle Application Server 10g page at Oracle's OTN Web site.
Good Luck,
Avi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic