setting parser classpath in batchfile
843834Jun 20 2001 — edited Jun 20 2001I recently switched from a DOMParser to SAXParser . Which jar file should I set the classpath for in my batch file?
The old one was like this:
set CLASSPATH=c:\Application\jar\xerces.jar;%CLASSPATH%
and I tried both of these:
set classpath=c:\Application\jar\xalan.jar;%CLASSPATH%
set classpath=c:\Application\jar\jaxp.jar;%CLASSPATH%
Both jar files are in the directory, application starts fine, but when I go to parse the file ...just sits there
Really need help
Jim