For some reason, I must have changed some configuration or something, because, in a brand new project, I am entering this:
System.out.println(System.getProperty("user.home"));
and getting the following output:
C:\
Whereas before, it used to return something like C:\Users\...
Is there a configuration file I need to clear?