I'm attempting to compile SAX2Count.java which is included in the /xerces-1_3_1/samples/sax directory.
'javac' can't find the org.xml.sax.* packages/classes. I've tried specifying the classpath as: javac -classpath /usr/xerces-1_3_1 SAX2Count.java Is everything I need included in xerces.jar? Pardon if I'm using the wrong terminology, I'm new to Linux, and haven't added any new packages before this. On Windows, it would be just adding something to CLASSPATH, but on [Caldera Open] Linux I haven't worked out how to do that. when I try export PATH=/usr/xerces-1_3_1:$PATH it doesn't change what echo $PATH reports. (It's the same before and after I do the 'export' command.) -- Wendy in Chandler AZ http://members.home.com/wendywds wendywds *at* home *dot* com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
