• 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:

Can xerces parser be used on unix machine

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have a course project - backup/restore utility. The information exchange between the GUI and librarian uses XML file. I used the SAX API to read and write XML file. The parser used in the program is xerces v1.4.3. And the test under NT is finished. Since I know little about the unix. So my question is can I just specify the classpath of the xerces.jar(the one I used under NT)? or is there a xerces parser specificly for unix environment?
Thanks a lot for your help
I appreciate it!
 
author
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes... such is the beauty of Java.
David
 
Richard He
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks David
I appreciate
Richard
 
reply
    Bookmark Topic Watch Topic
  • New Topic