Skip to content

Commit

Permalink
Debug further
Browse files Browse the repository at this point in the history
  • Loading branch information
wendigo committed Jul 20, 2024
1 parent bd02bd5 commit 0b8159a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/io/airlift/compress/v2/HadoopNative.java
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ private static void loadLibrary(String name)
throw new RuntimeException(e);
}

System.out.println("java.library.path = " + System.getProperty("java.library.path"));
System.out.println(SymbolLookup.libraryLookup(file.getAbsolutePath(), Arena.global()));
}

Expand Down

0 comments on commit 0b8159a

Please sign in to comment.