반응형

ind ./src -name "*.java" > javafile_list.txt

javac -encoding utf-8 -cp ./lib -d ./bin -sourcepath ./src @javafile_list.txt

+ Recent posts