JDK 1.0 Security Model

The figure illustrates the original Java platform security model. It consists of two layers. The top layer is the JVM. The bottom layer contains an icon that represents valuable resources such as files.

The top layer contains a a sandbox icon. An arrow points from a local code icon to the JVM layer; local code is trusted to have full access to vital system resources (such as the file system). An arrow points from a remote code icon to the sandbox icon; downloaded remote code is not trusted and can access only the limited resources provided inside the sandbox.