Reputation: 7484
I am trying to launch Cassandra 3, but it gives message:
Cassandra 3.0 and later require Java 8u40 or later.
I have Java 11 installed.
>java -version
java version "11.0.11" 2021-04-20 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.11+9-LTS-194)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.11+9-LTS-194, mixed mode)
JAVA_HOME is set to this installation.
Why does Cassandra still asks for Java 8 or higher?
Upvotes: 0
Views: 715