java.lang.Object
uk.co.caprica.vlcj.binding.support.init.LinuxNativeInit

public final class LinuxNativeInit extends Object
Private helper class to ensure the native libraries are properly initialised on Linux.

If there are any errors when executing this initialisation code there is little point in even reporting them as nothing else can be done. The approach therefore is do a best-effort at running this initialisation and robustly ignore errors.

The reality is that the nature of the initialisation code means errors simply should not occur.

  • Method Details

    • init

      public static void init()