|
From: Max S. <MSt...@li...> - 2003-06-26 13:27:20
|
Leif,
Thanks, I got it working....
Max
-----Original Message-----
From: Leif Mortenson [mailto:le...@ta...]
Sent: Wednesday, June 25, 2003 7:40 PM
To: wra...@li...
Subject: Re: [Wrapper-user] UI question
Max,
You will need to set the wrapper.ntservice.interactive property to true
and then uninstall and reinstall the service to get this working.
Unfortunately there is a bug in all currently released versions of the
Wrapper which breaks this for 1.2.x and 1.3.x versions of Java. It will
work
correctly with version 1.4.0 and above but it is not currently possible to
display the GUI reliably with earlier versions of Java. This has been fixed
in CVS and will be in the next release.
Cheers,
Leif
Max Stolyarov wrote:
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.
|