You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains tutorials that use Kaazing WebSocket Libraries for Java.
3
+
This repository contains tutorials that use Kaazing WebSocket Libraries for Java and Android.
4
4
5
-
Kaazing WebSocket Libraries for Java are available via Maven, Gradle or direct download. Visit [Kaazing Downloads](http://kaazing.com/download/)for more information how to obtain client libraries.
5
+
Kaazing WebSocket Libraries for Java and Android are available via Maven, Gradle or direct download. Visit [kaazing.com/download](http://kaazing.com/download/) to obtain the client libraries.
6
6
7
7
8
-
Tutorials are built for:
8
+
Tutorials apps are built for the following platforms and protocols:
9
9
-[J2SE](j2se)
10
10
-[WebSocket](j2se/java-ws-demo)
11
11
-[JMS](j2se/java-jms-demo)
@@ -14,15 +14,3 @@ Tutorials are built for:
14
14
-[WebSocket](android/ws)
15
15
-[JMS](android/jms)
16
16
17
-
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:
18
-
- local.properties
19
-
- project.properties
20
-
- AndroidManifest.xml
21
-
- app/build.gradle
22
-
23
-
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:
24
-
task wrapper(type: Wrapper) {
25
-
gradleVersion = <gradle-version-installed>
26
-
}
27
-
28
-
Run the java.client.demos project, select a virtual device from the list of devices, where the demo will be installed.
0 commit comments