Skip to content

Commit

Permalink
TestBasicFeatures: attempt to fix windows-process-owner error
Browse files Browse the repository at this point in the history
*	modified:   snaploader-examples/src/main/java/com/avrsandbox/snaploader/examples/TestBasicFeatures.java
  • Loading branch information
pavly-gerges committed Jul 17, 2023
1 parent 26b7ba7 commit 2047bb0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static void main(String[] args) throws IOException {
loader.setRetryWithCleanExtraction(true);
/* Native dynamic library properties */
printDetails(loader);
loader.loadLibrary(LoadingCriterion.INCREMENTAL_LOADING);
loader.loadLibrary(LoadingCriterion.CLEAN_EXTRACTION);
}

protected static void printDetails(NativeBinaryLoader loader) {
Expand Down

0 comments on commit 2047bb0

Please sign in to comment.