Java compiler: Difference between revisions

Content deleted Content added
Undid revision 384766889 by 183.78.185.200 (talk) Nobody noticed this before?
some trivia
Line 13:
* [[javac]], included in [[Java Development Kit|JDK]] from [[Sun Microsystems]], open-sourced since 13 November 2006.
* [[GCJ]], a part of [[GNU Compiler Collection|gcc]] which compiles [[C (programming language)|C]], [[Fortran]], [[Pascal programming language|Pascal]] and other [[programming language]]s besides Java. It can also generate [[native code]] using the back-end of gcc.
* ECJ, the Eclipse Compiler for Java, is an open source [[incremental compiler]] used by the [[Eclipse (software)|Eclipse]] JDT. It is based on [[IBM VisualAge]]'s Java compiler <ref>http://www.eclipse.org/jdt/core/index.php</ref>
 
== Java decompilers ==
Line 26:
 
==References==
 
{{refs}}