You'll need to fully specify the Xerces-J JAR in the classpath, probably something like this: javac -classpath /usr/xerces-1_3_1/xerces.jar SAX2Count.java
-----Original Message----- From: Wendy S [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 22, 2001 10:24 PM To: [EMAIL PROTECTED] Subject: help compiling examples 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] This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE GROUP and each of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of any such entity. Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as preliminary only and subject to our formal written confirmation. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
