javac @<opiton_file> and encoding
问题 I'm trying to compile some java files on my computer under Windows 7 in french; and I thing I have some trouble with file endoding... In a first step, I'm generating a list of the file to compile: dir src\*.java /B/S > javasrc.tmp~ Which will wrote in the file "javasrc.tmp~" line by line the full path of java file (recursivly) of the directory src. In my case I have : C:\Users\Alexandre\Développement\Java\src\testA.java C:\Users\Alexandre\Développement\Java\src\testB.java [...] (Note that