Revision: | 1.4 |
Committed: | Fri Nov 17 14:45:56 2000 UTC (24 years ago) by pjm2 |
Branch: | MAIN |
Changes since 1.3: | +1 -2 lines |
Log Message: | Fixed a major parsing problem by wrapping the XML in an InputSource object and removing null characters from the input. Also modified the XMLSender class so that it no longer sent "null" when the last line of an input file is reached. |
# | User | Rev | Content |
---|---|---|---|
1 | pjm2 | 1.3 | echo Compiling *.java in this directory ... |
2 | javac -classpath ".:/home/proj/co600_10/xml-lib/jaxp.jar:/home/proj/co600_10/xml-lib/parser.jar" *.java | ||
3 | pjm2 | 1.4 | echo Running java UDPReader ... |
4 | pjm2 | 1.1 | java -classpath ".:/home/proj/co600_10/xml-lib/jaxp.jar:/home/proj/co600_10/xml-lib/parser.jar" UDPReader |