|
From: Leif M. <le...@ta...> - 2006-06-07 07:51:26
|
Joost,
The way the Wrapper is registered as a service, the pause and resume
features are being
intentionally disabled. This is because it is not really possible to
"pause" a Java applicaiton.
You currently have to completely stop the service.
Could you explain what you are trying to do and let me know why a
pause would be
better than completely stopping the service. When paused, what state
would you
expect your app to be in?
Cheers,
Leif
Joost Jens wrote:
> Hello,
>
> I have started using the service and it does wonders for me.
>
> But my question is:
> How can I enable the pause and resume buttons for the service. Because
> they are both disabled when I have started the service.
>
> I hope you guys can help me.
>
> With kind regards,
> Joost Jens
|