Hi John John Riley wrote:
Hi, Is it possible to install the binary as a windows service running on a specific JRE? That is, not the JRE specified by JAVA_HOME. /John
The easiest way is probably to set the JAVA_HOME variable locally in service.bat. Make sure you add it below:
if "%OS%" == "Windows_NT" setlocal Please report back with your results and I'll update our docs. /niklas