Just a little error fixed. On Windows Javac checks for a "long" commandline and if it encounters one it writes the Sourcefiles to a tempfile and then passes @tempfile to the compiler instead of the filenames. (This is how it should have been). Due to an error in the loop-initialization Javac wrote also all other "args" to the tempfile, including the command itself. With the patch it will only write the source-file names to the tempfile.
Can someone please verify this? Thanks Nico
Javac.patch
Description: Binary data
