Property name | Description |
---|
file.separator | Platform directory separator character |
path.separator | Platform path separator character |
line.separator | Platform line separator character(s) |
user.name | Current user s account name |
user.home | Home directory of current user |
user.dir | The current working directory |
java.class.path | Where classes are loaded from |
java.class.version | Version of the Java class file format |
java.compiler | The name of the just-in-time compiler |
java.ext.dirs | Path to directories that hold extensions |
java.home | The directory Java is installed in |
java.io.tmpdir | The directory that temporary files are written to |
java.library.path | Directories to search for native libraries |
java.specification.version | Version of the Java API specification |
java.specification.vendor | Vendor of the Java API specification |
java.specification.name | Name of the Java API specification |
java.version | Version of the Java API implementation |
java.vendor | Vendor of this Java API implementation |
java.vendor.url | URL of the vendor of this Java API implementation |
java.vm.specification.version | Version of the Java VM specification |
java.vm.specification.vendor | Vendor of the Java VM specification |
java.vm.specification.name | Name of the Java VM specification |
java.vm.version | Version of the Java VM implementation |
java.vm.vendor | Vendor of the Java VM implementation |
java.vm.name | Name of the Java VM implementation |
os.name | Name of the host operating system |
os.arch | Host operating system architecture |
os.version | Version of the host operating system |