Package org.cef

Class SystemBootstrap


  • public class SystemBootstrap
    extends java.lang.Object
    To allow customization of System.load() calls by supplying a different implementation. You'll want to call setLoader with your custom implementation before calling into any other CEF classes which then in turn will start triggering libraries to be loaded at runtime.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  SystemBootstrap.Loader
      Simple interface for how a library by name should be loaded.
    • Constructor Summary

      Constructors 
      Constructor Description
      SystemBootstrap()  
    • Constructor Detail

      • SystemBootstrap

        public SystemBootstrap()
    • Method Detail

      • loadLibrary

        public static void loadLibrary​(java.lang.String libname)