Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

SystemTray TrayIcon Doesn't Work as Vista Service, ok as XP Service

843807Aug 9 2008 — edited Aug 13 2008
So TrayIcon is in AWT, so someone here should be up on this, right? It seems like there has been many more questions than answers:

http://forums.sun.com/thread.jspa?threadID=5201985
http://forums.sun.com/thread.jspa?threadID=5206676
http://forums.sun.com/thread.jspa?threadID=5277612

In my case, my application, wrapped as an exe and started as a service used the com.jeans.trayicon package. Works great in XP, but no icon in Vista. Okay, the "right" way is to use java.awt.TrayIcon. Works great in XP, but no icon in Vista.

I'm thinking I should post in the JVM forum, maybe?

-- Dale --
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 10 2008
Added on Aug 9 2008
3 comments
125 views