| javac | |
|---|---|
| Developed by | Sun Microsystems |
| Latest release | 1.6.0_10 |
| OS | Cross-platform |
| Type | 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]
Contents |
History
On 13 November 2006, Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available [2] under the GPL license (see 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].
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
- ^ Shawn Silverman (2002-08-30). "JavaWorld - Java tip 131 Java Tip 131: Make a statement with javac!". JavaWorld.com. Retrieved on 2008-08-09.
- ^ Sun opens Java (feature story)
- ^ GNU Classpath 0.95 Announcement
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
No comments have been added.





