Re: javax.xml.parsers.* not found

2001-05-18 Thread Brendan McKenna
Hi, Perhaps it's a typo but the directory should be: c:\jdk1.3\jre\lib\ext (you forgot the last subdirectory) Brendan : Hello, : : I am trying to write a testing xml program. I downloaded jaxp.jar, : crimson.jar and xalan.jar

RE: javax.xml.parsers.* not found

2001-05-18 Thread Don Nguyen
Title: RE: javax.xml.parsers.* not found Hello, You can put the .jar files anywhere you want in your hard disk as long as you have your classpath pointing to the appropiate directory and/or files. I have found that even pointing to the directory containing my .jar files sometimes do

RE: javax.xml.parsers.* not found

2001-05-18 Thread Jack Li
Title: RE: javax.xml.parsers.* not found Thanks Don Nguyen and Brendan Mckenna. My problem is not the classpath. It is the compiler. When I use javac -XMLTest.java, it didn't work. But c:\jdk1.3\bin\javac XMLTest.java works. Thanks, Hack -Original Message-From: Don Nguyen

RE: javax.xml.parsers.* not found

2001-05-18 Thread Tim O'Neil
At 03:04 PM 5/18/2001 -0400, you wrote: Thanks Don Nguyen and Brendan Mckenna. My problem is not the classpath. It is the compiler. When I use javac -XMLTest.java, it didn't work. But c:\jdk1.3\bin\javac XMLTest.java works. Its not the compiler then, but the one your using. It would be

RE: javax.xml.parsers.* not found

2001-05-18 Thread Jack Li
I copied the jaxp.jar, crimson.jar and xalan.jar files into c:\jdk1.3\jre\lib\ext. It still doesn't work. Thanks, Jack -Original Message- From: Brendan McKenna [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 12:23 PM To: [EMAIL PROTECTED] Subject: Re: javax.xml.parsers.* not found