Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for JAVA_SPECIFICATION_NAME (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. guava/src/com/google/common/base/StandardSystemProperty.java

      /** Java Runtime Environment specification vendor. */
      JAVA_SPECIFICATION_VENDOR("java.specification.vendor"),
    
      /** Java Runtime Environment specification name. */
      JAVA_SPECIFICATION_NAME("java.specification.name"),
    
      /** Java class format version number. */
      JAVA_CLASS_VERSION("java.class.version"),
    
      /** Java class path. */
      JAVA_CLASS_PATH("java.class.path"),
    
    Created: Fri Dec 26 12:43:10 GMT 2025
    - Last Modified: Thu Mar 06 10:03:30 GMT 2025
    - 4.9K bytes
    - Click Count (0)
Back to Top