Class JreVendor


  • public class JreVendor
    extends java.lang.Object
    Provides flags for detecting the JVM vendor.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean IS_IBM_JVM
      true if the current JVM is an IBM JVM.
      static boolean IS_ORACLE_JVM
      true if the current JVM is an Oracle or Sun JVM.
    • Constructor Summary

      Constructors 
      Constructor Description
      JreVendor()
      Constructs a new JreVendor instance.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • IS_ORACLE_JVM

        public static final boolean IS_ORACLE_JVM
        true if the current JVM is an Oracle or Sun JVM.
      • IS_IBM_JVM

        public static final boolean IS_IBM_JVM
        true if the current JVM is an IBM JVM.
    • Constructor Detail

      • JreVendor

        public JreVendor()
        Constructs a new JreVendor instance. This class cannot be instantiated.