Datastax unable to find java executable even after uninstalling and reinstalling java.
I have both jdk-17 and jdk-8 installed in my system, as datastax uses jdk-8 and my applications are running on jdk-17 so always I use set path to set the path of jdk-8 and start the server.bat. But recently I am facing an issue that datastax was not able to find the java executable in the specified path even after executing the command java -version gives me the correct path.
Steps I followed(windows)
- Uninstalled java(all versions)
- Reinstalled java(jdk-8) and set the path in the environment viriable.
- Remove .datastax from users folder
Still the problem persists, is there any other workaround I need to follw to fix this issue?