javac
<templatestyles src="Module:Hatnote/styles.css"></templatestyles>
Lua error in Module:Infobox at line 199: malformed pattern (missing ']').
javac (pronounced "java-see", or often "javack") is the primary Java compiler, included in the Java Development Kit (JDK) from Oracle Corporation.
The compiler accepts source code conforming to the Java language specification (JLS) and produces bytecode conforming to the Java Virtual Machine Specification (JVMS).
javac
is itself written in Java. The compiler can also be invoked programmatically.[2]
Contents
History
On 13 November 2006, Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available[3] under the GPL license (see Sun's OpenJDK Hotspot page).
Since version 0.95, GNU Classpath, a free implementation of the Java Class Library, supports compiling and running javac using the Classpath runtime (GIJ) and compiler (GCJ), and also allows one to compile the GNU Classpath class library, tools and examples with javac itself.[4]
See also
- Java compiler for a general presentation of Java compilers, and a list of other existing alternative compilers.
- Java (programming language)
- Java Platform
- OpenJDK
References
<templatestyles src="Reflist/styles.css" />
Cite error: Invalid <references>
tag; parameter "group" is allowed only.
<references />
, or <references group="..." />
External links
- Sun's OpenJDK javac page
- The Java Virtual Machine Specification
- JSR 199 Java Compiler API Java Specification Request for invoking the Java compiler from a Java program
- ↑ Lua error in package.lua at line 80: module 'strict' not found.
- ↑ "[...]an application can access javac programmatically." Lua error in package.lua at line 80: module 'strict' not found.
- ↑ Sun opens Java (feature story)
- ↑ "This release supports compiling and running the GPL OpenJDK javac compiler[...]" Lua error in package.lua at line 80: module 'strict' not found.