I'm try to using cassandra driver to connect, I got this error:
B4X:
java.lang.UnsupportedClassVersionError: com/wisecoders/dbschema/cassandra/JdbcDriver has been compiled by a more recent version of the Java Runtime (class file version 56.0), this version of the Java Runtime only recognizes class file versions up to 55.0
I saw this list of major version numbers for Java in another post: Java Major version 24 68 23 67 22 66 21 65 20 64 19 63 18 62 17 61 16 60 15 59 14 58 13 57 12 56 11 55 10 54 9 53 8 52 7 51 6 50 5...
I've been using OpenJDK 14 + OpenJFX 14 from Erels beta release post for a couple of years now for all my B4X projects, it works perfect. My wish is simply to hope that Anywhere Software updates to OpenJDK 18 + OpenJFX 18 sooner rather than later, especially as the B4A and B4J download pages...