Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Getting/adding packages?

Status
Not open for further replies.

GusBrown

Programmer
Nov 24, 2000
38
GB
Soz for the stupid question but.....

I need javax.xml.* in a program I'm working on but when I compile it says the package is not there. Where can I get it from and how do I add it? I've looked all over the web but can't find anything, seems like it should be dead simple :)

Thanks,

Gus
 
This API is not part of JDK1.3x Standard Edition (though I think it is being package as 1.4) so you have to download it yourself. There are quite a few different APIs for XML based applications so you will need to detrimine which one you need. Here is the link: Wushutwist
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top