Revision: | 1.5 |
Committed: | Tue Nov 21 09:15:52 2000 UTC (23 years, 11 months ago) by pjm2 |
Branch: | MAIN |
CVS Tags: | PROJECT_COMPLETION, HEAD |
Changes since 1.4: | +1 -1 lines |
Log Message: | Altered the 'go' script so that it now compiles and runs UDPReaderTestMain, as the UDPReader no longer has a main method. |
# | Content |
---|---|
1 | 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 | echo Running java UDPReader ... |
4 | java -classpath ".:/home/proj/co600_10/xml-lib/jaxp.jar:/home/proj/co600_10/xml-lib/parser.jar" UDPReaderTestMain |