### Build Java Tree-sitter Source: https://github.com/tree-sitter/java-tree-sitter/blob/master/README.md Instructions for building the Java Tree-sitter project. Requires JDK 22, jextract, and the tree-sitter & tree-sitter-java libraries. This snippet demonstrates cloning the repository, updating submodules, and running tests. ```bash git clone https://github.com/tree-sitter/java-tree-sitter cd java-tree-sitter git submodule update --init mvn test ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.