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. |
# | 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.5 | java -classpath ".:/home/proj/co600_10/xml-lib/jaxp.jar:/home/proj/co600_10/xml-lib/parser.jar" UDPReaderTestMain |