Content deleted Content added
m →History: WP:CHECKWIKI error fixes using AWB (12054) |
|||
Line 15:
| website = {{URL|gcc.gnu.org/java}}
}}
The '''GNU Compiler for Java''' ('''GCJ''') was a [[freeware|free]] [[compiler]] for the [[Java (programming language)|Java programming language]] and a part of the [[GNU Compiler Collection]].<ref>http://gcc.gnu.org/java/</ref><ref>{{cite book |last=Campbell |first=Bill |date=2013 |title=Introduction to Compiler Construction in a Java World |url=
GCJ can compile Java [[source code]] to [[Java Virtual Machine]] [[bytecode]] or to [[machine code]] for a number of [[CPU architecture]]s. It can also compile [[Class (file format)|class files]] and whole [[JAR (file format)|JARs]] that contain bytecode into machine code.<ref>http://www.linuxjournal.com/article/4860</ref><ref>http://freecode.com/projects/gcj</ref>
Line 92:
* [http://gcc.gnu.org/onlinedocs/gcj/ GCJ Manual]
* [http://gcc.gnu.org/onlinedocs/gcj/About-CNI.html About CNI section of GCJ Manual]
* [
{{Java Virtual Machine}}
|