I want to insert an icon into systray when my web application [J2EE] starts up. When usres login to the web app, if its a succesful user then an icon should be displayed on the systray. How can I do it ?
Thanks
Printable View
I want to insert an icon into systray when my web application [J2EE] starts up. When usres login to the web app, if its a succesful user then an icon should be displayed on the systray. How can I do it ?
Thanks
I've done this once before in a little J2SE app. I used this systray4j
I don't see how it can work for a web application, it requires that your code be executing locally. The only way to do it would be to have a J2SE app that logs into the web application... ala Instant Messenger style prehaps?