Puneet Varma (Editor)

Javac

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
Java

Type
  
Compiler

Operating system
  
Cross-platform

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.

History

On 13 November 2006, Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available 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.

References

Javac Wikipedia