This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Running apache xmlrpc with gij 3.3.1
- From: Everton da Silva Marques <everton at lab dot ipaccess dot diveo dot net dot br>
- To: Erik Poupaert <erik dot poupaert at freestyler-toolkit dot org>
- Cc: java at gcc dot gnu dot org
- Date: Wed, 24 Sep 2003 22:25:33 -0300
- Subject: Re: Running apache xmlrpc with gij 3.3.1
- References: <20030923223927.3e7e0a50.erik.poupaert@hurricanedev.com> <20030923220437.GA7364@netflow.ipaccess.diveo.net.br> <20030924061311.752249e3.erik.poupaert@freestyler-toolkit.org>
- Reply-to: everton at lab dot ipaccess dot diveo dot net dot br
On Wed, Sep 24, 2003 at 06:13:11AM +0000, Erik Poupaert wrote:
>
> > Unfortunately, XmlRpcClientLite is not working for me either.
> > I have experimented with both release 3.3.1 and snapshot 3.4-20030917.
> > (/usr/local/gcc-3.4-20030917/lib/libgcj.so.4.0.0)
>
> I haven't tried with the truly bleeding edge (3.4 snapshots), nor with bytecode
> (gij). I can say, however, that I've used XmlRpcClientLite with the 3.3 release
> successfully on both linux and win32.
>
> I have not run into issues, neither on the client nor on the serverside of things.
> There are some *real users* operating this on a daily basis, by the way.
You are correct.
Under 3.3.1, my tests with XmlRpcClientLite work
when I compile them directly to object code.
If I compile to bytecode, gij can't run them,
but Kaffe 1.1.1 can.
Thanks a lot for the hint!