GNU Compiler for Java: Difference between revisions

Content deleted Content added
changed the tense of a sentence, which had previously made the doc factually incorrect.
Tags: Mobile edit Mobile web edit
GCJ is dead now, unfortunately
Line 15:
| website = {{URL|gcc.gnu.org/java}}
}}
The '''GNU Compiler for Java''' ('''GCJ''') iswas a [[Free software|free]] [[compiler]] for the [[Java (programming language)|Java programming language]] and part of the [[GNU Compiler Collection]].<ref>https://gcc.gnu.org/java/</ref><ref>{{cite book |last=Campbell |first=Bill |date=2013 |title=Introduction to Compiler Construction in a Java World |url=https://books.google.com/books?id=-b8WjLY2eKEC&pg=PA277 |___location= |publisher=CRC Press Taylor & Francis Group |isbn=978-1-4398-6088-5 |accessdate=2014-02-06}}</ref>
 
GCJ could compile Java [[source code]] to [[Java Virtual Machine]] [[bytecode]] or to [[machine code]] for a number of [[CPU architecture]]s. It could 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>