Set Up Your Development Environment

In this procedure, you will learn how to configure the development environment for a Kaazing Java client.

Before You Begin

This procedure is part of Checklist: Build Java Clients Using Kaazing WebSocket Gateway:

  1. Set Up Your Development Environment
  2. Interact with Kaazing WebSocket Gateway Using the WebSocket API
  3. Interact with Kaazing WebSocket Gateway Using the EventSource API
  4. Migrate WebSocket and ByteSocket Applications to Kaazing WebSocket Gateway 4.x
  5. Secure Your Java and Android Clients
  6. Display Logs for the Java Client
  7. Troubleshoot Your Java Client

Note: Learn about supported browsers, operating systems, and platform versions in the Release Notes.

To Set Up Your Development Environment

  1. To use the Java client library in your Java client, you must include the library located in the JAR file com.kaazing.gateway.client.jar. This JAR file is located in the Kaazing WebSocket Gateway bundle in the directory GATEWAY_HOME/lib/client/java.
  2. Refer to the Java documentation for more information on how to package external code in your Java client.

Next Step

Interact with Kaazing WebSocket Gateway Using the WebSocket API

TOP