Java compiler: Difference between revisions

Content deleted Content added
The statement is absurd. It seems to suggest that a C programmer can import libraries written in C++.
Line 12:
 
* The Java Programming Language Compiler ([[javac]]), included in the [[Java Development Kit]] from [[Oracle Corporation]], open-sourced since 13 November 2006.
* [[GNU Compiler for Java]] (GCJ), 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.
* Eclipse Compiler for Java (ECJ), an open source [[incremental compiler]] used by the [[Eclipse (software)|Eclipse]] project.