azure-kusto-java/quickstart/oneclick_instruction_box.md

873 B

Prerequisites

  1. Set up Java version 8 or higher on your machine. For instructions, consult a Java environment setup tutorial, like this.
  2. Set up Apache Maven, which is the most popular Java dependency management tool.

Instructions

  1. Download the DOWNLOAD_LINK as a ZIP file.
  2. Extract the app source code.
  3. Open a command line window and navigate to the folder where you extracted the app.
  4. Run mvn clean install to compile the source code into a binary.
  5. 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.