Hi I have wrapped up a java/scala program in a jar and can use it as a service using procsrv. It installs, can be started and stopped. Great.
It contains some code that places an icon in the system tray. This code is executed "successfully" (including SystemTray.isSupported returning true), but the icon does not actually appear in the system tray. I tried showing a window too - and the behaviour is the same. Nothing shows. I pass the parameter --Type=interactive, and the only effect that it set the checkbox in the services properties dialog that says "Allow service to interact with desktop". It still doesn't show the GUI. In that dialog I've changed the account to my own account, too. No effect. I can get the GUI to show either by just running the program using java, or by using "procsrc run <myservicename>". Arguably a service should not have a GUI, but the --Type=interactive flag seems to imply that this is supported, and I'd like to make it work. Thank you Anthony
