Skip to content

Commit f1aa06d

Browse files
committed
Load jawt in CefApp if on Linux
1 parent 704cc28 commit f1aa06d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

java/org/cef/CefApp.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ public static final boolean startup(String[] args) {
455455
System.load(jcefPath + "/libjcef.dylib");
456456
return N_Startup(getCefFrameworkPath(args));
457457
} else if (OS.isLinux()) {
458+
System.loadLibrary("jawt");
458459
System.load(jcefPath + "/libcef.so");
459460
System.load(jcefPath + "/libjcef.so");
460461
return N_Startup(null);

0 commit comments

Comments
 (0)