diff --git a/wrappers/java/java_class.mustache b/wrappers/java/java_class.mustache index 8f0153c8d..ea8ffbd55 100644 --- a/wrappers/java/java_class.mustache +++ b/wrappers/java/java_class.mustache @@ -152,7 +152,6 @@ class {{classImplName}} {{#isLinphoneFactory}}extends{{/isLinphoneFactory}}{{#is static { System.loadLibrary("gnustl_shared"); loadOptionalLibrary("ffmpeg-linphone"); - System.loadLibrary("soci_core"); System.loadLibrary("bctoolbox"); System.loadLibrary("ortp"); System.loadLibrary("mediastreamer_base"); @@ -215,4 +214,4 @@ class {{classImplName}} {{#isLinphoneFactory}}extends{{/isLinphoneFactory}}{{#is public Object getUserData() { return userData; } -} \ No newline at end of file +}