Class JreVendor

java.lang.Object
org.apache.tomcat.util.compat.JreVendor

public class JreVendor extends Object
Provides flags for detecting the JVM vendor.
  • Field Details

    • 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 Details

    • JreVendor

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