站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v6.0, Java 2 SDK 英文文档

The Java™ Programming Language Compiler, javac - JDK 5 Documentation v6.0, Java 2 SDK 英文文档

Java

The Java™ Programming Language Compiler, javac

Documentation Contents
The Java programming language compiler, javac, reads source files written in the Java programming language, and compiles them into bytecode class files.  Optionally, the compiler can also process annotations found in source and class files using the Pluggable Annotation Processing API.  The compiler is a command line tool but can also be invoked using the Java Compiler API.
The compiler accepts source code defined by the Java Language Specification (JLS) and produces class files defined by the Java Virtual Machine Specification (JVMS).

API Specification

More Information


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.

Feedback
Sun