Documentation

The Java™ Tutorials
Hide TOC
The Platform Environment平台环境
Trail: Essential Java Classes

Lesson: The Platform Environment课程:平台环境

An application runs in a platform environment, defined by the underlying operating system, the Java virtual machine, the class libraries, and various configuration data supplied when the application is launched.应用程序在平台环境中运行,平台环境由底层操作系统、Java虚拟机、类库和启动应用程序时提供的各种配置数据定义。This lesson describes some of the APIs an application uses to examine and configure its platform environment.本课程介绍应用程序用于检查和配置其平台环境的一些API。The lesson consists of three sections:本课程由三部分组成:


Previous page: Previous Lesson
Next page: Configuration Utilities