SAX?

TestXML.java:78: cannot access org.xml.sax.InputSource

file org\xml\sax\InputSource.class not found

Document doc = builder.build(new File(filename));

^

1 error

So where can I get this package.

BTW, i have created my own kindof serialization program using JDOM and reflection. I was about to test it but org.xml.sax cannot be found?

[381 byte] By [mikaelkuisma] at [2007-9-26 3:10:53]
# 1
What SAX parser are you using - the class exists at least in JAXP in org.xml.sax
shirish_wagh at 2007-6-29 11:17:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
But this problem leads me to another problem... if I don't have that package, neither will normal game player... maybe write my own simple XML parser, or create my own GML...
mikaelkuisma at 2007-6-29 11:17:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3
I think I had this too when I first downloaded JDOM. You also need JAXP from http://java.sun.com/xml/download.html
thebobster at 2007-6-29 11:17:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...