Skip to content

how to download and run CQL

Ryan Wisnesky edited this page Apr 14, 2019 · 1 revision

Install Java

To run CQL you must install a java runtime environment or software development kit.

Download CQL

Download the 14mb cql.jar file.

Run CQL

Double click cql.jar to run. If double-clicking doesn't work, the console command

java -jar cql.jar catdata.ide.IDE

may be used to start the IDE. Java versions may be verified with

java -version