- Download OpenJDK, the Windows x64 Installer, from https://openjdk.java.net/
- Deploy the software on the Target node first
- In LifeKeeper, perform a switchover/In-Service
- Repeat the steps above on other Target(s) after the switchovers are completed
From a Command Prompt
type javac -version
Your output should be as follows:
“C:\Windows\system32>javac -version javac 15.0.1”
If not, you may need to add the following to your Systems Variable PATH/environment:
- Control Panel\System and Security\System\System Properties\
- Select the Advance Tab
- Select Startup and Recovery
- Select Environment Variables…
- Select Path and then Edit
Add C:\Program Files\Java\jdk-15.0.1\bin to your string to reflect the following in the example below:
C:\Program Files (x86)\Common
Files\Oracle\Java\javapath;SystemRoot%\system32;%SystemRoot;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program
Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\;C:\Program
Files (x86)\Microsoft SQL Server\120\DTS\Binn\;C:\Program Files\Java\jdk-15.0.1\bin
Perform the aforementioned on all nodes in your cluster(s).
Post your comment on this topic.