I have a Windows Service running that is dependent on Java booted up. When I reboot the computer, sometimes Java will take a while to boot up. The Windows Service will attempt to start, but fail since Java has not booted up yet. Then I need to manually start the service myself.
Can I add a dependency on a Windows Service to wait for Java to boot?