Guest User

Untitled

a guest
Nov 16th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. dir /s /B *.java > sources.txt
  2.  
  3. error: invalid flag: C:UsersAdrian
  4. Usage: javac <options> <source files>
  5. use --help for a list of possible options
  6.  
  7. javac file1.java file2.java
  8.  
  9. javac *.java
  10.  
  11. FOR /F %%i IN (sources.txt) DO javac "%%i"
Add Comment
Please, Sign In to add comment