I built a small application to retrieve the name of the windows frames that are running on the desktop, using the JNA library.
I also use the library from the java service wrapper, but when I start my application with the wrapper I cannot receive all the need information. It is not recognizing anything that is running on the dekstop.
If I start the application without the wrapper everything is ok. I think the wrapper is "blocking" the request of the JNA library.
Can someone give me a hint where to check?