We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a284e2 commit d3938c0Copy full SHA for d3938c0
README.md
@@ -35,6 +35,14 @@ dependencies {
35
}
36
```
37
38
+## Manually:
39
+
40
+Download the zip file for the latest release from the
41
+[Releases](https://github.com/opentok/opentok-java-sdk/releases) page. This zip contains a jars for
42
+the OpenTok Java SDK and its dependencies. Include these in the classpath for your own project by
43
+[using the JDK directly](http://docs.oracle.com/javase/7/docs/technotes/tools/windows/classpath.html)
44
+or in your IDE of choice.
45
46
# Usage
47
48
## Initializing
0 commit comments