Java bytecode: Difference between revisions

Content deleted Content added
m Reverted edits by 114.79.19.114 (talk) to last version by Frap
Generation: grammar fix
Line 124:
* [[GNU Compiler for Java|GCJ]], the GNU Compiler for Java, compiles from Java to Java bytecode; it is also able to compile to native machine code and is available as part of the [[GNU Compiler Collection]] (GCC).
 
Some projects provide Java assemblers to enable writing Java bytecode by hand. Assembly code may be also generated by machine, for example by a compiler targeting a [[Java virtual machine]]. Notable Java assemblers include:
 
* [[Jasmin (Java assembler)|Jasmin]], takes textual descriptions for Java classes, written in a simple assembly-like syntax using Java Virtual Machine instruction set and generates a Java class file <ref>[http://jasmin.sourceforge.net Jasmin Home Page<!-- Bot generated title -->]</ref>