We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704cc28 commit f1aa06dCopy full SHA for f1aa06d
1 file changed
java/org/cef/CefApp.java
@@ -455,6 +455,7 @@ public static final boolean startup(String[] args) {
455
System.load(jcefPath + "/libjcef.dylib");
456
return N_Startup(getCefFrameworkPath(args));
457
} else if (OS.isLinux()) {
458
+ System.loadLibrary("jawt");
459
System.load(jcefPath + "/libcef.so");
460
System.load(jcefPath + "/libjcef.so");
461
return N_Startup(null);
0 commit comments