What System properties are visible from an applet?
Created May 4, 2012
John Zukowski You can directly access the following properties from an untrusted Java applet with System.getProperty(name):
- java.version
- java.vendor
- java.vendor.url
- java.class.version
- os.name
- os.version
- os.arch
- file.separator
- path.separator
- line.separator
- java.specification.version
- java.specification.vendor
- java.specification.name
- java.vm.specification.version
- java.vm.specification.vendor
- java.vm.specification.name
- java.vm.version
- java.vm.vendor
- java.vm.name