So what I am trying to do is let my Java find the user\'s name that windows is logged in with, so when I would say such a method, it would return the users name, like I use
Try:
String userName = System.getProperty("user.name");
or
String userName = new com.sun.security.auth.module.NTSystem().getName()