That's silly, please fix that ASAP!
In my code I have no problems writing MSE files under windows.
BufferedWriter output = new BufferedWriter(new OutputStreamWriter(
new FileOutputStream(new File("file.mse"))));
ParseClient client = new MSEPrinter(output);
m2.accept(client);
output.flush();
output.close();
works fine,
AA
On 17 Dec 2007, at 17:28 , Toon Verwaest wrote:
And Sandro also moved from Windows dev to Linux dev
since there is
a bug
in writestreams in Java 1.6 for windows. Correct me if I'm wrong.
cheers,
Toon