Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.11 KB

Kaazing Tutorials for Java

This repository contains tutorials that use Kaazing WebSocket Libraries for Java.

Kaazing WebSocket Libraries for Java are available via Maven, Gradle or direct download. Visit Kaazing Downloads for more information how to obtain client libraries.

Tutorials are built for:

For Android demo, the easiest way to build the demo using gradle is with Android Studio. After installing it, make sure to update the following files with the android sdk path or sdk version:

  • local.properties
  • project.properties
  • AndroidManifest.xml
  • app/build.gradle

In case of errors with "Could not find or load main class org.gradle.wrapper.GradleWrapperMain", add a wrapper in the jms-demo/build.gradle file: task wrapper(type: Wrapper) { gradleVersion = }

Run the java.client.demos project, select a virtual device from the list of devices, where the demo will be installed.