873 B
873 B
Prerequisites
- Set up Java version 8 or higher on your machine. For instructions, consult a Java environment setup tutorial, like this.
- Set up Apache Maven, which is the most popular Java dependency management tool.
Instructions
- Download the DOWNLOAD_LINK as a ZIP file.
- Extract the app source code.
- Open a command line window and navigate to the folder where you extracted the app.
- Run
mvn clean install
to compile the source code into a binary. - Run the binary using
java -jar target\kusto-quickstart-[version]-jar-with-dependencies.jar
.
Troubleshooting
- If you are having trouble running the app from your IDE, first check if the app runs from the command line, then consult the troubleshooting references of your IDE.