• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Swing/Awt tray application as windows service in windows Vista/Windows7

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am using jdk 1.6
My application is a swing application which works in system try on start .
I have created windows service for the application using java wrappers(tanuki, YAJSW, SC).
The problem is when the service starts, the program runs but it is not shown in the tray,and if we check the processes are running and log is also being generated.
This happens in only windows7/vista. It works fine in XP.
Is there any issue with windows access control.?
I have tried enabling the option of "allow to interact with desktop" in windows service but still not working.

please help

Regards
Sameer
 
Sheriff
Posts: 22783
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sameer Kumar Pandey wrote:hv


Please UseRealWords
 
reply
    Bookmark Topic Watch Topic
  • New Topic