|
From: Cliff M. <cli...@gm...> - 2017-09-25 17:15:55
|
I have Java 1.8.0_144 installed, and the Windows service I am trying to start stops with a validation error on the JRE saying to only supports versions 1.6.0 - 1.8.0. Presumably it thinks 1.8.0_144 > 1.8.0. How do I fix this? Is there a configuration option to ignore the version, or set it to 9? -- Cliff |