Issue
I want to upgrade jdk for my webapp. But cassandra versions are of 3.0.15. Is there a way to make cassandra 3.0.15 work with JDK 11?
Solution
Java 11 is only supported in Apache Cassandra 4.0 (see href="https://github.com/apache/cassandra/blob/cassandra-4.0.2/NEWS.txt#L42" rel="nofollow noreferrer">NEWS.txt).
Only Java 8 is supported for earlier versions of Cassandra. You will not be able to start Cassandra otherwise. Cheers!
Answered By - Erick Ramirez
Answer Checked By - Candace Johnson (JavaFixing Volunteer)