Package org.eclipse.tycho.libdetector
Class LibraryDetector
- java.lang.Object
-
- org.eclipse.tycho.libdetector.LibraryDetector
-
public class LibraryDetector extends 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(String[] args)
Prints system properties to standard out.
-
-
-
Method Detail
-
main
public static void main(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
-
-