Esempio n. 1
0
 static {
   if (!BridJ.Switch.StructsByValue.enabled)
     BridJ.warning(
         "Structs by value are not enabled (see "
             + BridJ.Switch.StructsByValue.getFullDescription()
             + ")");
   else BridJ.register();
 }
Esempio n. 2
0
 static {
   BridJ.register();
 }
Esempio n. 3
0
 static {
   BridJ.setNativeLibraryActualName("OpenCLProbe", "OpenCL");
   BridJ.register();
 }