- Javac
Infobox Software
name = javac
caption = Java Compiler
developer =Sun Microsystems
latest release version = 1.6.0_10
operating system =Cross-platform
genre =Compiler
license =GNU General Public License
website = http://java.sun.com/javase/downloads/index.jspjavac is the primary
Java compiler , included in theJava Development Kit (JDK) fromSun 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. [cite web|url=http://www.javaworld.com/javatips/jw-javatip131.html?page=1 JavaWorld - Java tip 131|title=Java Tip 131: Make a statement with javac!|author=Shawn Silverman|publisher=JavaWorld.com|date=2002-08-30|accessdate=2008-08-09]History
On
13 November 2006 , Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available [ [http://www.sun.com/2006-1113/feature/story.jsp Sun opens Java (feature story)] ] under theGPL 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 Classpathruntime (GIJ) and compiler (GCJ) and also allows one to compile theGNU Classpath class library, tools and examples with javac itself [ [http://www.gnu.org/software/classpath/announce/20070423.html GNU Classpath 0.95 Announcement] ] .ee 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
External links
* [https://openjdk.dev.java.net/compiler/ Sun's OpenJDK javac page]
* [http://java.sun.com/docs/books/vmspec/ The Java Virtual Machine Specification]
* [http://www.jcp.org/en/jsr/detail?id=199 JSR 199] Java Compiler APIJava Specification Request for invoking the Java compiler from a Java program
Wikimedia Foundation. 2010.