Java Security FAQ: Getting Properties


Here's an applet that tries to read several properties:

and here's the source.

Conclusion:

Applets can get some minimum information about the client, such as the type of operating system that it's running, and the version of Java that it supports.


Back to the Java Security FAQ