Javac


javac is the primary Java compiler included in the Java Development Kit from Oracle Corporation. Martin Odersky implemented the GJ compiler, and his implementation became the basis for javac.
The compiler accepts source code conforming to the Java language specification and produces Java bytecode conforming to the Java Virtual Machine Specification.
javac is itself written in Java. The compiler can also be invoked programmatically.

History

On 13 November 2006, Sun's HotSpot Java virtual machine and Java Development Kit were made available under the GPL license.
Since version 0.95, GNU Classpath, a free implementation of the Java Class Library, supports compiling and running javac using the Classpath runtimeGNU Interpreter for Java — and compiler — GNU Compiler for Java — and also allows one to compile the GNU Classpath class library, tools and examples with javac itself.