Java compiler: Difference between revisions

Content deleted Content added
JSR199 information inline. categorized
Line 14:
 
* [[javac]], included in [[Java Development Kit|JDK]] from [[Sun Microsystems]], open-sourced since 13 November 2006.
* [[GNU Compiler for Java]], a part of the [[GNU Compiler Collection]], 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]] project.