This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/17032] New: java.rmi.Naming doesn't allow omitting the hostname
- From: "greenrd at greenrd dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Aug 2004 21:37:12 -0000
- Subject: [Bug libgcj/17032] New: java.rmi.Naming doesn't allow omitting the hostname
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The 1.4.2 javadocs for java.rmi.Naming state: "Both host and port are optional.
If host is omitted, the host defaults to the local host. If port is omitted,
then the port defaults to 1099, the "well-known" port that RMI's registry,
rmiregistry, uses."
However, libgcj doesn't allow ommitting the hostname. Test case with build+run
script attached. It works on Sun JDK 1.4.2 but not on gij.
--
Summary: java.rmi.Naming doesn't allow omitting the hostname
Product: gcc
Version: 3.4.1
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: greenrd at greenrd dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17032