Hi Dojo,
we have an internal request to replace Oracle Java to Open JDK. We have still the old setup but planning the move to a cluster. In between we still need to change to Open JDK. Is it just the replacement of the Java folder and change the %JAVA_HOME%?
What I'm missing?

Hi Stefan,
I think you are on the right track. Firstly, I would suggest checking the compatibility between your Open JDK and Cassandra. After that, installing or extracting that Open JDK would be the next step.
I think that changing the environment variables should be enough.
Instead of using a hardcoded specific path for Java, Cassandra relies on the Java environment (mostly JAVA_HOME).
Hope this helps
Typically, all you need to do is install Open JDK and update the JAVA_HOME path. Running 'java -version' should point to the openJDK installation indicating the update is correct.