How to add running java program in windows tray icon

I want to add my running java program in tray icon of windows operating system. Help me.
[95 byte] By [amersohail794] at [2007-9-30 16:57:41]
# 1

Java doesn't directly support the system tray as it is native to windows, but you can still do it by using java with another language. You'll sacrifice some of your portability, but perhaps you can find a way to work around that for non-windows users?

Here's the first return from google on the subject.

http://members.lycos.co.uk/gciubotaru/systray/

Greyhill at 2007-7-6 13:11:28 > top of Java-index,Administration Tools,Sun Connection...
# 2

Somewhre too there is an ongoing thing about this -- perhaps on the JCP or java.net -- like it was going to be part of a release. What to look for is actually the Java Desktop Integration (is that what it's called) -- Sun is leading it and it's on the JCP or java.net (or both ...) and it's about some more desktop functionality like that.

- Steev.

steevcoc at 2007-7-6 13:11:28 > top of Java-index,Administration Tools,Sun Connection...
# 3

Should not be very difficult . Just learn to create a tray based app and launch Javaw. Anyway, here's a tailormade solution (Bless codeproject when it comes to Windows sruff!)

"Java System Tray Application using Visual Basic"

http://www.codeproject.com/useritems/system_tray_in_java.asp

Cheers!

-R.

veenurs at 2007-7-6 13:11:28 > top of Java-index,Administration Tools,Sun Connection...
# 4
"Ongoing thing" referenced above is probably JDIC :-)https://jdic.dev.java.net/
Snjezana at 2007-7-6 13:11:28 > top of Java-index,Administration Tools,Sun Connection...
# 5
u can call dll files with java native interface
skid_myanmar at 2007-7-6 13:11:28 > top of Java-index,Administration Tools,Sun Connection...