http://www.it1352.com/539276.html

#Linux 
 $ find -name“* .java”> sources.txt 
 $ javac @ sources.txt 
 
 :: Windows 
> dir / s / B * .java> sources.txt 
> javac @ sources.txt 
  

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2021-09-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
  • 2021-07-25
  • 2022-12-23
相关资源
相似解决方案