This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Can't create outgoing socket: UnknownHostException
- From: Jeff Sturm <jsturm at one-point dot com>
- To: "Pering, Trevor" <trevor dot pering at intel dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 2 Jun 2003 15:33:50 -0400 (EDT)
- Subject: Re: Can't create outgoing socket: UnknownHostException
On Mon, 2 Jun 2003, Pering, Trevor wrote:
> Any idea what's going on here? I tried searching the mailing list, but
> was unable to find anything that talked about this... (but there was a
> lot of noise so I might have missed something).
It sounds as though libgcj is configured without networking. Does
"127.0.0.1" work in place of "localhost"? Can you post your configure
command?
Is this by any chance a --with-newlib build? If so, then networking is
explicitly disabled by libjava/configure.
Jeff