has anybody found a way how to specify the Java line.separator property on VM startup? I was thinking of something like this:
java -Dline.separator="\n"
But this doesn't interprete the "\n" as linefeed character. Any ideas?
Regards,
Martin.
|
has anybody found a way how to specify the Java line.separator property on VM startup? I was thinking of something like this:
But this doesn't interprete the "\n" as linefeed character. Any ideas? Regards, Martin.
| |||
feedback
|
|
Try using Here is a test-run:
| |||||||||
feedback
|
|
I wouldn't do that if I were you. The line-separator is platform specific, and should remain so. If you want to write windows-only or linux-only files, define a | |||||||||||||
feedback
|