Written in | Java[1] |
---|---|
Operating system | Cross-platform |
Type | Compiler |
License | GNU General Public License |
Website | www |
javac (pronounced "java-see") is the primary Java compiler included in the Java Development Kit (JDK) from Oracle Corporation. Martin Odersky implemented the GJ compiler, and his implementation became the basis for javac.[2]
The compiler accepts source code conforming to the Java language specification (JLS) and produces Java bytecode conforming to the Java Virtual Machine Specification (JVMS).
javac
is itself written in Java. The compiler can also be invoked programmatically.[3]
[...]an application can access javac programmatically.