Java
After building TileDB-Java, you can run the examples located in path/to/TileDB-Java/src/main/java/examples
using you IDE or from a terminal.
To run an example from the terminal, use:
You may need to explicitly define the java library path if not using the bundled jar:
Last updated