Share on Facebook Share on Twitter Email
Answers.com

Javac

 
Wikipedia: Javac
javac
Developer(s) Sun Microsystems
Stable release 1.6.0_14 / 2009-5-28; 4 months ago
Operating system Cross-platform
Type Compiler
License GNU General Public License
Website http://java.sun.com/javase/downloads/index.jsp

javac (pronounced "java-see") 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 the 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

References

  1. ^ "[...]an application can access javac programmatically." Shawn Silverman (2002-08-30). "JavaWorld - Java tip 131 Java Tip 131: Make a statement with javac!". JavaWorld.com. http://www.javaworld.com/javatips/jw-javatip131.html?page=1 JavaWorld - Java tip 131. Retrieved 2008-08-09. 
  2. ^ Sun opens Java (feature story)
  3. ^ "This release supports compiling and running the GPL OpenJDK javac compiler[...]" "GNU Classpath 0.95 Announcement". http://www.gnu.org/software/classpath/announce/20070423.html. 

External links


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
 
 

 

Copyrights:

Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Javac" Read more