Hi,
I Created Windows service in
java,
Actually my application wants to work like a service, i.e., Start automatically when windows start, work behind.. hidden.
So i created windows services, it is working what i expected.
Now, I have to show some icon of my application when that service is started.
How I get at least that icon on systemtray indicating service is running.
Thanks,
Ram