Re: Login notification java
Posted By:
Sean_Owen
Posted On:
Wednesday, June 2, 2004 07:54 AM
This isn't directly possible through Java -- that is platform-specific. You might be able to write a solution using JNI. Also, possibly you could create a "startup item" for the user that does something that will tell your Java application that a user has logged in.