Getting username of user who has logged into system without using System.ge
I need to get the user name of a user who has logged into a system.Can I achieve this without using System.getProperty("user.name");
[146 byte] By [
jaaya] at [2007-11-26 19:10:55]

> I need to get the user name of a user who has logged> into a system.> Can I achieve this without using> System.getProperty("user.name");Not with pure Java, no.Is there some good reason not to use the available property you already know