This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / How to get the user name from from NT in my java application?How to get the user name from from NT in my java application?
I have one java standalone application running on windows NT, there are several different user will be log in to NT and running the application.
The question is how can I get the username from the system, which the username is just the name used to login such as “administrator” or “test”
Thanks very much for any help.
-waiting(OK);
2002-10-10
{395}
(#790680@0)
-
try "user.home" from System properties.
-yuanzidan(原子弹);
2002-10-10
(#790748@0)
-
Thanks so much
-waiting(OK);
2002-10-10
(#791009@0)