|
From: Mark L. <mid...@ve...> - 2007-06-26 00:24:41
|
I have a Java Swing app that supports drag and drop. It works properly in stand-alone mode, but when I run it as a service via Wrapper, the drag and drop is disabled. When I drag a file that I should be able to drop, I get the circle with a slash icon. I have "wrapper.ntservice.interactive=true" in the Wrapper configuration file. Is there any other setting in Wrapper that might remedy this? I posted on the Sun java forums, but didn't get any responses. I'm hoping someone here might know how to make this work. -Mark |