代码搜索:ClassPath
找到约 10,000 项符合「ClassPath」的源代码
代码结果 10,000
www.eeworm.com/read/368891/9674051
bat build.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd src
javac -d ..\bin -classpath ..\bin parser\*.java
cd ..
pause
@echo on
www.eeworm.com/read/368891/9674054
bat test_dying.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd bin
java test.ExprEvalTest ..\testcases\dyingTest.xml > ..\testcases\report.txt
cd ..
type testcases\report.txt
pause
del testcases\repo
www.eeworm.com/read/368891/9674055
bat test_simple.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd bin
java test.ExprEvalTest ..\testcases\simple.xml
cd ..
pause
@echo on
www.eeworm.com/read/368891/9674056
bat test_suth.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd bin
java test.ExprEvalTest ..\testcases\SuthTest.xml > ..\testcases\report.txt
cd ..
type testcases\report.txt
pause
del testcases\repor
www.eeworm.com/read/368891/9674099
bat test_lrz.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd bin
java test.ExprEvalTest ..\testcases\lrzTest.xml > ..\testcases\report.txt
cd ..
type testcases\report.txt
pause
del testcases\report
www.eeworm.com/read/368891/9674102
bat doc.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd src
javadoc -private -author -version -d ..\doc -classpath ..\bin parser\*.java scanner\*.java
cd ..
pause
@echo on
www.eeworm.com/read/368891/9674309
bat test_chenn.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd bin
java test.ExprEvalTest ..\testcases\ChenNTest.xml > ..\testcases\report.txt
cd ..
type testcases\report.txt
pause
del testcases\repo
www.eeworm.com/read/368891/9674551
bat test_standard.bat
@echo off
cd bin
set classpath=%classpath%;.
cd ..
cd bin
java test.ExprEvalTest ..\testcases\standard.xml > ..\testcases\report.txt
cd ..
type testcases\report.txt
pause
del testcases\repor