|
Can applet read all system properties and if not how many of them are restricted |
|
|
Applets can read quite many of system properties by using:
String ss = System.getProperty(String key):
java.version
java.vendor
java.vendor.url
java.class.version
os.name
os.arch
os.version
file.separator
path.separator
line.separator
Applets are prevented from reading these system properties:
java.home
java.class.path
user.name
user.home
user.dir
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.