Skip to content

Commit 454d850

Browse files
committed
Update LibraryLoading.md
1 parent 5484daf commit 454d850

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wiki/examples/LibraryLoading.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ public class UrlLibraryLocator implements NativeLibraryLocator {
2121
libFile.deleteOnExit();
2222

2323
FileUtils.copyURLToFile(libUrl, libFile);
24+
25+
ArrayList<libFile> list = new ArrayList(1);
26+
list.add(file);
27+
28+
return list;
2429
}
2530
}
2631
```

0 commit comments

Comments
 (0)