javac

This article is about Oracle's Java compiler. For a general article about Java compilers, see Java compiler.

javac
Written in Java[1]
Operating system Cross-platform
Type Compiler
License GNU General Public License
Website www.oracle.com/technetwork/java/javase/downloads/index.html

javac (pronounced "java-see") is the primary Java compiler included in the Java Development Kit (JDK) from Oracle Corporation.

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.[2]

History

On 13 November 2006, Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available[3] under the GPL license (see Sun's OpenJDK Hotspot page).

Since version 0.95, GNU Classpath, a free implementation of the Java Class Library, supports compiling and running javac using the Classpath runtime (GIJ) and compiler (GCJ), and also allows one to compile the GNU Classpath class library, tools and examples with javac itself.[4]

See also

References

  1. Lextrait, Vincent (January 2010). "The Programming Languages Beacon, v10.0". Retrieved 14 March 2010.
  2. "[...]an application can access javac programmatically." Shawn Silverman (2002-08-30). "Java Tip 131: Make a statement with javac!". JavaWorld.com. Retrieved 2008-08-09.
  3. Sun opens Java (feature story)
  4. "This release supports compiling and running the GPL OpenJDK javac compiler[...]" "GNU Classpath 0.95 Announcement".

External links

This article is issued from Wikipedia - version of the 9/8/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.