mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
libbreakgen library seems to work on Mac so error logging is removed
This commit is contained in:
@@ -59,17 +59,15 @@ public class AppMain {
|
||||
} else {
|
||||
libPath = binPath + "libbreakgen.jnilib";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
try {
|
||||
if (libPath != null) {
|
||||
System.load(libPath);
|
||||
}
|
||||
}
|
||||
catch (UnsatisfiedLinkError e) {
|
||||
if (new File(libPath).exists() && osName.startsWith("mac")) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
//Do nothing, unknown os or some other error => no ctrl-break is available
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user