We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572375b commit 0405c2dCopy full SHA for 0405c2d
src/main/java/org/purejava/linux/RuntimeHelper.java
@@ -34,6 +34,7 @@ private RuntimeHelper() {}
34
try {
35
System.loadLibrary("appindicator3");
36
LOG.debug("Native code library appindicator3 successfully loaded");
37
+ isLoaded = true;
38
} catch (UnsatisfiedLinkError e2) {
39
LOG.error("Native code library failed to load.\n", e2);
40
}
0 commit comments