File tree Expand file tree Collapse file tree 1 file changed +5
-17
lines changed
Expand file tree Collapse file tree 1 file changed +5
-17
lines changed Original file line number Diff line number Diff line change 33# TileDB-Java
44[ ![ Build Status] ( https://travis-ci.org/TileDB-Inc/TileDB-Java.svg?branch=master )] ( https://travis-ci.org/TileDB-Inc/TileDB-Java )
55
6- ## Installation
6+ ` TileDB-Java ` is a Java interface to the [ TileDB Storage Engine ] ( https://github.com/TileDB-Inc/TileDB ) .
77
8- See [ installation docs ] ( https://docs.tiledb.com/developer/installation )
8+ ## Quick Links
99
10- ## Quickstart
11-
12- See [ quickstart docs] ( https://docs.tiledb.com/developer/quickstart )
13-
14- ## Examples
15-
16- You can run the examples located in ` src/main/java/examples ` using you IDE or from a terminal.
17-
18- To run an example from the terminal use:
19-
20- ` java -cp build/libs/tiledb-java-1.0-SNAPSHOT.jar examples.io.tiledb.libtiledb.TiledbArraySchema `
21-
22- You may need to explicitly define the java library path if not using the bundled jar:
23-
24- ` java -Djava.library.path=".:<path/to/TileDB-Java/build/tiledb_jni>" -cp build/libs/tiledb-java-1.0-SNAPSHOT.jar examples.io.tiledb.libtiledb.TiledbArraySchema `
10+ - Installation: [ https://docs.tiledb.com/developer/installation/building-from-source/java ] ( https://docs.tiledb.com/developer/installation/building-from-source/java )
11+ - Quickstart: [ https://docs.tiledb.com/developer/quickstart ] ( https://docs.tiledb.com/developer/quickstart )
12+ - Full developer documentation for all APIs and integrations: [ https://docs.tiledb.com/developer ] ( https://docs.tiledb.com/developer )
2513
2614## Development Notes
2715
You can’t perform that action at this time.
0 commit comments