Hi Sivakumar,

You said
gave me a sub directory containg the xerces.jar file. I mentioned the
complete path  of Xerces.jar in the environment entries in my Windows NT

How are you doing this?

I would suggest to create two small batch file that have the following:

run.bat

set PATH_1_1_2=d:\xml-xerces\java\bin\xerces.jar;d:\xml-xerces\java\bin\xercesSamples.jar
java -classpath %CLASSPATH%;%PATH_1_1_2%;. %1 %2 %3 %4 %5


comp.bat
set PATH_1_1_2=d:\xml-xerces\java\bin\xerces.jar;d:\xml-xerces\java\bin\xercesSamples.jar
javac -classpath %CLASSPATH%;%PATH_1_1_2%;. %1 %2 %3 %4 %5


Then you could use comp.bat to compile the sample:
e.g.
comp myprogram.java

You could run the program using run.
e.g.
run myprogram  myxml.xml


operating system. I tried compiling an XML program which uses the SAX
interface and a Class( SAXParser, XMLReader). I get  errors stating " can
not resolve symbol". Can you help me?


What is the exact error message?


Hope this helps,

               Jeffrey Rodriguez
               IBM Silicon Valley
               XML Development

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at http://profiles.msn.com.



Reply via email to