
| javac | |
| Caption: | Java Compiler |
| Developer: | Sun Microsystems |
| Latest Release Version: | 1.6.0_11 |
| Operating System: | Cross-platform |
| Genre: | Compiler |
| License: | GNU General Public License |
| Website: | http://java.sun.com/javase/downloads/index.jsp |
javac is the primary Java compiler, included in the Java Development Kit (JDK) from Sun Microsystems.
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.[1]
On 13 November 2006, Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available [2] under the GPL license (see [https://openjdk.dev.java.net/hotspot/ Sun's OpenJDK Hotspot page]).
Since version 0.95, GNU Classpath, a free implementation of the standard class library for Java, supports compiling and running javac using Classpath runtime (GIJ) and compiler (GCJ) and also allows one to compile the GNU Classpath class library, tools and examples with javac itself [3] .