Skip to content

Commit 1880772

Browse files
committed
try debug CI failing
1 parent 8d6a7ca commit 1880772

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sqlite-jdbc-jni/src/main/java/org/sqlite/SQLiteJDBCLoader.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ private static boolean extractAndLoadLibraryFile(
180180
String libFolderForCurrentOS, String libraryFileName, String targetFolder)
181181
throws FileException {
182182
String nativeLibraryFilePath = libFolderForCurrentOS + "/" + libraryFileName;
183+
System.out.println("Extract: " + nativeLibraryFilePath + " to: " + targetFolder);
183184
// Include architecture name in temporary filename in order to avoid conflicts
184185
// when multiple JVMs with different architectures running at the same time
185186
String uuid = UUID.randomUUID().toString();
@@ -325,6 +326,7 @@ private static void loadSQLiteNativeLibrary() throws Exception {
325326

326327
// Load the os-dependent library from the jar file
327328
sqliteNativeLibraryPath = LibraryLoaderUtil.getNativeLibResourcePath();
329+
System.out.println("sqliteNativeLibraryPath: " + sqliteNativeLibraryPath);
328330
boolean hasNativeLib =
329331
LibraryLoaderUtil.hasNativeLib(sqliteNativeLibraryPath, sqliteNativeLibraryName);
330332

0 commit comments

Comments
 (0)