|
Hey Mew,
Sounds like your system is using some other line separator...
Run this code:
System.Properties prop = System.getProperties();
prop.print(System.out);
then look at the output and see what the line.separator element looks like. That is the line separator on your system.
If you want to do this system independently, then you should call OutputStream.writelin() where ever you need a newline.
Don.
, then
__________________
Don MacVittie F5 Networks - To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|