-
Notifications
You must be signed in to change notification settings - Fork 23
how to download and run CQL
Ryan Wisnesky edited this page Apr 14, 2019
·
1 revision
To run CQL you must install a java runtime environment or software development kit.
- Oracle's (suggested)
- AdoptOpenJDK
Download the 14mb cql.jar file.
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