GNU Compiler for Java: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m History: WP:CHECKWIKI error fixes using AWB (12054)
m clean up; http->https (see this RfC) using AWB
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=httphttps://books.google.com/books?id=-b8WjLY2eKEC&pg=PA277&lpg=PA277&dq=gnu+java+compiler&source=bl&ots=Es6HExUiAZ&sig=Nz2kiAVzQv0gB8aLU57C8j6L7Tc&hl=en&sa=X&ei=VpXzUsClO6mCygHKxIGYBg&ved=0CDsQ6AEwAzgU#v=onepage&q=gnu%20java%20compiler&f=false |___location= |publisher=CRC Press Taylor & Francis Group |isbn=978-1-4398-6088-5 |accessdate=2014-02-06}}</ref>
 
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]
* [httphttps://lwn.net/Articles/130796/ LWN: GCJ - past, present, and future] – the article discusses some history of GCJ
 
{{Java Virtual Machine}}