Non User
Index: >
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Business
Non User
Industries
Finance
Tax
Home
> GCJ
The
GNU Compiler for Java (GCJ)
is a
compiler
for the
Java programming language
that comes as a part of the
GNU Compiler Collection
(GCC). It can compile Java
source code
to either
Java Virtual Machine
bytecode
s, or directly to
machine code
for any of a number of
CPU architecture
s. It can also compile
class files
containing bytecodes or entire
Java archives
(JARs) containing such class files into machine code. Almost all of the runtime library used by GCJ comes from the
GNU Classpath
project.
1 See also
GIJ
GNU Classpath
Kaffe
SableVM
2 External links
GCJ Homepage
GCJ Manual
GNU project software
Java programming language
Non User