Re: FW: gcc-java download
Bryce McKinlay <[email protected]>
| Newsgroups | gmane.comp.gcc.help,gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <CALUNu-pVYqNCopW1mo0fnUfnAqLN5kh6z80pV89Zdwjsjt7+kQ@mail.gmail.com> |
On Sat, Feb 25, 2012 at 1:31 AM, Me Myself and I <[email protected]> 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