On Sat, Feb 25, 2012 at 1:31 AM, Me Myself and I <stargate7thsymbol@xxxxxxxxxx> wrote: > "Have you considered installing a binary package rather than trying to > build gcc/gcj from source? Most Linux distributions do include gcj (or > "gcc-java") packages, and you'll probably find this easier to get > started with." > > Is there anyone who can tell me where to find a public download/ftp > or archive website to find gcc-java? It's included with most Linux distributions as an optional package. On Fedora (or similar): yum install gcc-java On Ubuntu (or similar): apt-get install gcj-jdk