java-tree-sitter icon indicating copy to clipboard operation
java-tree-sitter copied to clipboard

Java bindings for tree-sitter

Results 3 java-tree-sitter issues
Sort by recently updated
recently updated
newest added

Hi! It looks like the `libjava-tree-sitter.so` file is built with `musl` and is not compatible with `glibc` systems: ``` (err) Execution error (UnsatisfiedLinkError) at jdk.internal.loader.NativeLibraries/load (NativeLibraries.java:-2). (err) /tmp/libjava-tree-sitter.so: libc.musl-x86_64.so.1: cannot...

bug

Not ready to merge, Linux build is currently failing: ``` [+] Building 17.3s (9/10) docker:desktop-linux => [internal] load .dockerignore 0.0s => => transferring context: 272B 0.0s => [internal] load build...

Trying to load the dylib on Apple silicon gives this error: ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: /private/var/folders/1b/331lr8s90xxcdx51x0pbwc7w0000gn/T/libjava-tree-sitter.dylib: dlopen(/private/var/folders/1b/331lr8s90xxcdx51x0pbwc7w0000gn/T/libjava-tree-sitter.dylib, 0x0001): tried: '/private/var/folders/1b/331lr8s90xxcdx51x0pbwc7w0000gn/T/libjava-tree-sitter.dylib' (mach-o file, but is an incompatible architecture (have...

bug