Class LibraryDetector


  • public class LibraryDetector
    extends java.lang.Object
    Used to discover the boot path, extension directories, and endorsed directories for a Java VM.
    • Constructor Summary

      Constructors 
      Constructor Description
      LibraryDetector()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Prints system properties to standard out.
      • Methods inherited from class java.lang.Object

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

      • LibraryDetector

        public LibraryDetector()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Prints system properties to standard out.
        • java.version
        • sun.boot.class.path
        • java.ext.dirs
        • java.endorsed.dirs
        Parameters:
        args - the command line arguments