I want my application to figure which user have started it (the application). I will need it to send a mail to this user.
Can it be done in java?
thanks.
I want my application to figure which user have started it (the application). I will need it to send a mail to this user.
Can it be done in java?
thanks.
Would System.getProperty("user.name") be good enough for you, or do you need more?