Skip to content

Commit

Permalink
Implement libsqlitejbc
Browse files Browse the repository at this point in the history
  • Loading branch information
Cartrigger authored and The Judge committed Sep 15, 2024
1 parent 961c5d1 commit 3657d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/pojlib/util/JREUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public static void initJavaRuntime() {
dlopen(findInLdLibPath("libawt_headless.so"));
dlopen(findInLdLibPath("libfreetype.so"));
dlopen(findInLdLibPath("libfontmanager.so"));
dlopen(findInLdLibPath("libsqlitejdbc.so"));
for(File f : locateLibs(new File(runtimeDir + "/lib"))) {
dlopen(f.getAbsolutePath());
}
Expand Down
3 changes: 3 additions & 0 deletions src/main/jniLibs/arm64-v8a/libsqlitejdbc.so
Git LFS file not shown

0 comments on commit 3657d9e

Please sign in to comment.