|
From: Max S. <MSt...@li...> - 2003-06-25 19:06:01
|
Hello All, I wrote a simple java application that needs to monitor some activity on the machine and then display a GUI, a JFrame, at some point of time. It works when I run it standalone but any time I run it as a service using java wrapper service, the GUI does not come up. I use org.tanukisoftware.wrapper.WrapperSimpleApp to register my application as a service. Can someone please help me solve this problem and you can send me a sample file that uses a GUI I would really appreciate. Thanks in advance. Max |