This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compatibility of gcj to create a application
- From: Tom Tromey <tromey at redhat dot com>
- To: "Luciano Cerda" <lucianomanzo at gmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 24 Apr 2007 12:53:12 -0600
- Subject: Re: Compatibility of gcj to create a application
- References: <aa19a10d0704240553l5168dcf5ub0d4fa2adec925a8@mail.gmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Luciano" == Luciano Cerda <lucianomanzo@gmail.com> writes:
Luciano> - I´m trying to create an application using jxta and apache modules,
Luciano> like commons-httpclient, commons-codec, commons-beanutils and log4j.
Luciano> I answer: How do I compile this with gcj? Some people can test this
Luciano> modules with gcj?
A lot of this is probably packaged in the various distros already.
It all seems to be in Fedora.
The usual way to compile upstream Java programs so that they work
invisibly using gcj is documented here:
http://gcc.gnu.org/wiki/How_to_BC_compile_with_GCJ
Tom