I have the same code running on Java 6 and Java 7, but in Java 7 it doesn't work as I expect.
I write in the VM argument:
-Dmy.root=D:\mvobs\S.4.8.600_view\
When I run it with Java 6 everything is OK:
my.root=[D:\mvobs\S.4.8.600_view\\]
but in Java 7 I got:
my.root=[D:\mvobs\S.4.8.600_view]
where does the last slash gone?
I also moved form eclipse 3.4.0 to Juno (in order to work with Java 7)
what can be the problem?